Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f6046cf authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

kconfig: move lxdialog to scripts/kconfig/lxdialog



The only lxdialog user i kconfig - for menuconfig.
So move it to reflect this.

Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent e067e1f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,4 +19,4 @@ subdir-$(CONFIG_MODVERSIONS) += genksyms
subdir-$(CONFIG_MODULES)     += mod

# Let clean descend into subdirs
subdir-	+= basic lxdialog kconfig package
subdir-	+= basic kconfig package
+2 −1
Original line number Diff line number Diff line
@@ -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 \
Loading