summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-04-07 12:18:05 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-04-07 12:18:05 +0200
commit9c7d282579f47521adb9381fbfa1b41196a6d9af (patch)
treecd916b5b99419e388a32ea2262dcec489d0837da /arch/sandbox/Makefile
parent31b5112b7368b881f7fc958110140614a2edd2f8 (diff)
downloadbarebox-9c7d282579f47521adb9381fbfa1b41196a6d9af.tar.gz
barebox-9c7d282579f47521adb9381fbfa1b41196a6d9af.tar.xz
[general] Move include/configs/* to board/*/config.h
Diffstat (limited to 'arch/sandbox/Makefile')
-rw-r--r--arch/sandbox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/Makefile b/arch/sandbox/Makefile
index 25fcceb7e0..e15009e2ab 100644
--- a/arch/sandbox/Makefile
+++ b/arch/sandbox/Makefile
@@ -70,6 +70,6 @@ cmd_uboot__ = $(CC) -o $@ -Wl,-T,$(uboot-lds) \
-Wl,--start-group $(uboot-common) -Wl,--end-group \
-lrt -lpthread
-common-y += arch/sandbox/lib/ arch/sandbox/board/
+common-y += arch/sandbox/lib/ board/sandbox/
MRPROPER_FILES += include/asm-sandbox/arch