diff options
author | Sam Ravnborg <sam@mars.ravnborg.org> | 2005-12-16 21:35:19 +0100 |
---|---|---|
committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2005-12-16 21:35:19 +0100 |
commit | 6f6046cff2e8f04d6b916b10ebaa7b40d7e7967a (patch) | |
tree | 91a143eb6caba421b3f2f1c26d06bd8716da765e /scripts/kconfig/Makefile | |
parent | e067e1f98d54d62fd598126f95e7684e5b63e67f (diff) | |
download | linux-stable-6f6046cff2e8f04d6b916b10ebaa7b40d7e7967a.tar.gz linux-stable-6f6046cff2e8f04d6b916b10ebaa7b40d7e7967a.tar.bz2 linux-stable-6f6046cff2e8f04d6b916b10ebaa7b40d7e7967a.zip |
kconfig: move lxdialog to scripts/kconfig/lxdialog
The only lxdialog user i kconfig - for menuconfig.
So move it to reflect this.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/kconfig/Makefile')
-rw-r--r-- | scripts/kconfig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 9d67782b812f..55bf95531f2f 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile @@ -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 \ |