summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-08-03 09:31:38 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-08-03 09:31:38 +0200
commit139ec08127825f2fdc4d0386d26f1fad9f745c2c (patch)
tree65e0aa4d72f548dd1e8771fc80e918dcbc5365ec /Makefile
parent68d0d31d41d9034a6246991ee1d486dc805ff479 (diff)
parent6f354bc067482fbe78e9148c3a1501188b18f22d (diff)
downloadbarebox-139ec08127825f2fdc4d0386d26f1fad9f745c2c.tar.gz
barebox-139ec08127825f2fdc4d0386d26f1fad9f745c2c.tar.xz
Merge branch 'next'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5618c85874..8a09f3274d 100644
--- a/Makefile
+++ b/Makefile
@@ -851,11 +851,11 @@ include/asm:
$(Q)$(create-symlink)
include/config.h: include/config/auto.conf
- @echo ' SYMLINK $@ -> board/$(board-y)/config.h'
+ @echo ' SYMLINK $@ -> $(BOARD)/config.h'
ifneq ($(KBUILD_SRC),)
- $(Q)ln -fsn $(srctree)/board/$(board-y)/config.h $@
+ $(Q)ln -fsn $(srctree)/$(BOARD)/config.h $@
else
- @ln -fsn ../board/$(board-y)/config.h $@
+ @ln -fsn ../$(BOARD)/config.h $@
endif
# Generate some files