summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJan Altenberg <jan@linutronix.de>2014-05-28 12:09:36 +0200
committerJan Altenberg <jan@linutronix.de>2014-05-28 12:09:36 +0200
commit6704c3c7b784265ad14516c4b73253006c3c8b68 (patch)
treecc689aa8dc8e620ed3fb63d13d873374cbe3cde2 /Makefile
parentc6d0af410e3228cbab34d629031b15bafeb32014 (diff)
add kconfig dependency to defconfig target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ff44e5d..73c1cfb 100644
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,7 @@ ifneq ($(shell find . -name $(MASTER_HANDOUT)*$(MASTER_END)), )
find . -name $(MASTER_HANDOUT)*$(MASTER_END) -exec rm {} \;
endif
-%_defconfig:
+%_defconfig: $(KCONFIG)
cp $(CONFIG_FOLDER)/$@ $(CONFIG_FILE)
$(KCONFIG) --oldconfig Kconfig