summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-01-21 23:25:35 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-01-21 23:25:35 +0100
commite7de22476eefebf86c1c90162271b0d1ecc0b147 (patch)
treefa9f0c19bb5702709c99079fa40b38c8ad40fc9f /arch/sandbox/Makefile
parentb07e9e3194c11846f88d41bdaff2a112a1973153 (diff)
downloadbarebox-e7de22476eefebf86c1c90162271b0d1ecc0b147.tar.gz
barebox-e7de22476eefebf86c1c90162271b0d1ecc0b147.tar.xz
sandbox: Fix generation of linker script
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/sandbox/Makefile')
-rw-r--r--arch/sandbox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sandbox/Makefile b/arch/sandbox/Makefile
index 06f162f63a..7d84e71c85 100644
--- a/arch/sandbox/Makefile
+++ b/arch/sandbox/Makefile
@@ -3,9 +3,8 @@ CPPFLAGS += -fno-strict-aliasing
machine-y := sandbox
-BOARD:= arch/sandbox/lib
board-y := sandbox
-lds-y := arch/sandbox/lib/u-boot.lds
+lds-y := board/sandbox/u-boot.lds
TEXT_BASE = $(CONFIG_TEXT_BASE)
@@ -75,4 +74,5 @@ cmd_uboot__ = $(CC) -o $@ -Wl,-T,$(uboot-lds) \
common-y += board/sandbox/ arch/sandbox/os/
+CLEAN_FILES += board/sandbox/u-boot.lds
MRPROPER_FILES += include/asm-sandbox/arch