diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
