summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-11-08 17:22:51 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-11-08 17:22:51 +0100
commit0e5848047874c52500ecef0560b4aa5459ddd917 (patch)
tree8810b0701889c78810077a8aeba827f116ff5127 /arch/sandbox
parent175e8438df25835c497025ebece6f5ccd5766b9d (diff)
parente5eba4cf3a9622c53fe3ce8a2b2f6c804088f6eb (diff)
downloadbarebox-0e5848047874c52500ecef0560b4aa5459ddd917.tar.gz
barebox-0e5848047874c52500ecef0560b4aa5459ddd917.tar.xz
Merge branch 'master' of ssh://rsc@octopus/home/git/projects/u-boot-v2
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sandbox/Makefile b/arch/sandbox/Makefile
index 07478c1928..7701c68620 100644
--- a/arch/sandbox/Makefile
+++ b/arch/sandbox/Makefile
@@ -9,6 +9,7 @@ machine-y := sandbox
lds-y := arch/sandbox/lib/u-boot.lds
BOARD:= arch/sandbox/lib
board-y := sandbox
+lds-y := arch/sandbox/lib/u-boot.lds
TEXT_BASE = $(CONFIG_TEXT_BASE)