From b644a99ff2622c9703cb2b5fdc0b0fc237dfa503 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Sat, 21 Feb 2009 01:38:19 +0100 Subject: [PATCH] recreate symlink to board config if necessary When changing the board it is necessary to change the symlink from include/config.h to the new board Signed-off-by: Sascha Hauer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bf7d67009..407e65650 100644 --- a/Makefile +++ b/Makefile @@ -785,7 +785,7 @@ include/asm: $(Q)if [ ! -d include ]; then mkdir -p include; fi; @ln -fsn asm-$(ARCH) $@ -include/config.h: +include/config.h: include/config/auto.conf @echo ' SYMLINK $@ -> board/$(board-y)/config.h' ifneq ($(KBUILD_SRC),) $(Q)ln -fsn $(srctree)/board/$(board-y)/config.h $@