]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ppcag/bg0900/Makefile
Merge branch 'iu-boot/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / ppcag / bg0900 / Makefile
similarity index 50%
rename from board/prodrive/pdnb3/Makefile
rename to board/ppcag/bg0900/Makefile
index 06120f3a846c1366f8fafbd338a07cbec184501e..74c6db5b1524b39f62003bd46185753a7f381a1a 100644 (file)
@@ -1,8 +1,12 @@
 #
-# (C) Copyright 2006
+# (C) Copyright 2000-2006
 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
 #
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-obj-y  := flash.o pdnb3.o nand.o
+ifndef CONFIG_SPL_BUILD
+obj-y  := bg0900.o
+else
+obj-y  := spl_boot.o
+endif