]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Add u-boot.sb to the ALL-y target
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 9 Mar 2012 14:26:10 +0000 (15:26 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 9 Mar 2012 14:26:10 +0000 (15:26 +0100)
board/karo/tx28/config.mk

index 17aa892e09e77dc2d18c2be72b64eda3c7d3912d..85751c59e8639f6fe74c02f0ed1ba1df018d1546 100644 (file)
@@ -3,3 +3,6 @@ CONFIG_SYS_TEXT_BASE := 0x40001000
 CONFIG_SPL_TEXT_BASE := 0x00000000
 
 PLATFORM_CPPFLAGS += -Werror
+ifneq ($(CONFIG_SPL_BUILD),y)
+       ALL-y += $(obj)u-boot.sb
+endif