diff options
| author | Manuel Traut <manut@linutronix.de> | 2018-10-30 13:08:47 +0100 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2018-10-30 23:23:06 +0100 |
| commit | 10016deba10397bbe743ba80e602a9823483a709 (patch) | |
| tree | 678d4f3fd1d6d01f343dd2706125cafa21202e21 /Makefile | |
| parent | ad124bf5e0a2afd92b92d06fcf98ba8def955478 (diff) | |
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 <manut@linutronix.de>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
