9
0
Fork 0

Sync action and log when creating the config.h link

This commit is contained in:
Juergen Beisert 2008-07-11 10:22:44 +02:00
parent e6fe90b50d
commit 5aee43aae9
1 changed files with 1 additions and 1 deletions

View File

@ -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