diff options
| author | Jan Altenberg <jan@linutronix.de> | 2014-05-28 12:07:13 +0200 |
|---|---|---|
| committer | Jan Altenberg <jan@linutronix.de> | 2014-05-28 12:07:13 +0200 |
| commit | c6d0af410e3228cbab34d629031b15bafeb32014 (patch) | |
| tree | 46691e63a16ec4bbd82cd12bd1d395787e2d1da2 /Makefile | |
| parent | 6930317915227f42f3c991099997b668f5d3c89e (diff) | |
Build kconfig frontends if not present
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -53,13 +53,19 @@ ifdef CONFIG_BUILD_MASTER_HANDOUT ($(MAKE) -C ./ -f Makefile build_master_handout ); endif -menuconfig: +$(KMCONFIG): + cd kconfig-frontends/ && ./configure && make + +$(KCONFIG): + cd kconfig-frontends/ && ./configure && make + +menuconfig: $(KMCONFIG) $(KMCONFIG) Kconfig -config: +config: $(KCONFIG) $(KCONFIG) --oldaskconfig Kconfig -oldconfig: +oldconfig: $(KCONFIG) cp $@ $(CONFIG_FILE) $(KCONFIG) --oldconfig Kconfig |
