summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2008-07-11 10:22:44 +0200
committerJuergen Beisert <jbe@pengutronix.de>2008-07-11 10:22:44 +0200
commit5aee43aae94d2289f5fa58814bd8213ab05556c9 (patch)
tree052f47466fdf7e5d7f8a616b857b68bf55eda660 /Makefile
parente6fe90b50db9aa4582eb7faeedf94c37bdf1f738 (diff)
downloadbarebox-5aee43aae94d2289f5fa58814bd8213ab05556c9.tar.gz
barebox-5aee43aae94d2289f5fa58814bd8213ab05556c9.tar.xz
Sync action and log when creating the config.h link
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 40f4366831..32232185ed 100644
--- a/Makefile
+++ b/Makefile
@@ -786,7 +786,7 @@ include/asm:
@ln -fsn asm-$(ARCH) $@
include/config.h:
- @echo ' SYMLINK $@ -> include/configs/$(board-y).h'
+ @echo ' SYMLINK $@ -> board/$(board-y)/config.h'
ifneq ($(KBUILD_SRC),)
$(Q)ln -fsn $(srctree)/board/$(board-y)/config.h $@
else