diff options
| author | Jan Altenberg <jan@linutronix.de> | 2014-05-28 12:09:36 +0200 |
|---|---|---|
| committer | Jan Altenberg <jan@linutronix.de> | 2014-05-28 12:09:36 +0200 |
| commit | 6704c3c7b784265ad14516c4b73253006c3c8b68 (patch) | |
| tree | cc689aa8dc8e620ed3fb63d13d873374cbe3cde2 /Makefile | |
| parent | c6d0af410e3228cbab34d629031b15bafeb32014 (diff) | |
add kconfig dependency to defconfig target
Diffstat (limited to 'Makefile')
| -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 |
