commit | 6f6046cff2e8f04d6b916b10ebaa7b40d7e7967a | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@mars.ravnborg.org> | Fri Dec 16 21:35:19 2005 +0100 |
committer | Sam Ravnborg <sam@mars.ravnborg.org> | Fri Dec 16 21:35:19 2005 +0100 |
tree | 91a143eb6caba421b3f2f1c26d06bd8716da765e | |
parent | e067e1f98d54d62fd598126f95e7684e5b63e67f [diff] [blame] |
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>
diff --git a/scripts/Makefile b/scripts/Makefile index 67763ee..6f6b48f 100644 --- a/scripts/Makefile +++ b/scripts/Makefile
@@ -19,4 +19,4 @@ subdir-$(CONFIG_MODULES) += mod # Let clean descend into subdirs -subdir- += basic lxdialog kconfig package +subdir- += basic kconfig package