From 5aee43aae94d2289f5fa58814bd8213ab05556c9 Mon Sep 17 00:00:00 2001 From: Juergen Beisert Date: Fri, 11 Jul 2008 10:22:44 +0200 Subject: Sync action and log when creating the config.h link --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3