From 10016deba10397bbe743ba80e602a9823483a709 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Tue, 30 Oct 2018 13:08:47 +0100 Subject: build kconf with mconf for 'make menuconfig' menuconfig needs mconf. If 'libncurses5-dev' is not installed, kconfig will be silently built without mconf and 'make menuconfig' can't be executed. If hard enabling the feature a more useful error message, complaining about not install ncurses headers, is shown. Signed-off-by: Manuel Traut --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7067096..2319e3c 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,7 @@ endif $(Q)$(foreach dir,$(PATHS),$(MODMK) -C $(dir) build;) $(KMCONFIG): - cd kconfig-frontends/ && ./configure && make + cd kconfig-frontends/ && ./configure --enable-mconf && make $(KCONFIG): cd kconfig-frontends/ && ./configure && make -- cgit v1.2.3