From c6d0af410e3228cbab34d629031b15bafeb32014 Mon Sep 17 00:00:00 2001 From: Jan Altenberg Date: Wed, 28 May 2014 12:07:13 +0200 Subject: Build kconfig frontends if not present --- Makefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7e64191..ff44e5d 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3