|
@@ -11,7 +11,7 @@ gconfig: $(obj)/gconf
|
|
|
$< arch/$(ARCH)/Kconfig
|
|
|
|
|
|
menuconfig: $(obj)/mconf
|
|
|
- $(Q)$(MAKE) $(build)=scripts/lxdialog
|
|
|
+ $(Q)$(MAKE) $(build)=scripts/kconfig/lxdialog
|
|
|
$< arch/$(ARCH)/Kconfig
|
|
|
|
|
|
config: $(obj)/conf
|
|
@@ -115,6 +115,7 @@ endif
|
|
|
|
|
|
clean-files := lkc_defs.h qconf.moc .tmp_qtcheck \
|
|
|
.tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c
|
|
|
+subdir- += lxdialog
|
|
|
|
|
|
# Needed for systems without gettext
|
|
|
KBUILD_HAVE_NLS := $(shell \
|