summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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