]> git.sur5r.net Git - u-boot/blobdiff - board/isee/igep00x0/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / board / isee / igep00x0 / Makefile
index 68b151c3c5331668cfadb572f7a2603a15735a4c..e095bcada2907abd87b74bb754c0233c67629ea7 100644 (file)
@@ -1,8 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0+
 #
 # (C) Copyright 2000, 2001, 2002
 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-#
-# SPDX-License-Identifier:     GPL-2.0+
-#
 
-obj-y  := igep00x0.o
+ifdef CONFIG_SPL_BUILD
+obj-y  := spl.o common.o
+else
+obj-y  := igep00x0.o common.o
+endif