backport: move kconfig code to "kconf" directory
authorJohannes Berg <johannes.berg@intel.com>
Thu, 23 May 2013 14:12:27 +0000 (16:12 +0200)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Tue, 28 May 2013 18:49:42 +0000 (11:49 -0700)
commit246fbc843420d302989661f115c70bb12fbd46f4
treee55b3d483813a48acec36b622cdf4acd6d8a93d8
parent2278be52368c2f8b55c361b4329494349437c651
backport: move kconfig code to "kconf" directory

Having the kconfig code in a directory called "kconfig"
and having a file called "Kconfig" causes issues if the
code is ever stored on a case-insensitive filesystem.
Avoid these by just calling the kconfig directory kconf
instead.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
48 files changed:
backport/Makefile.real
backport/kconf/Makefile [new file with mode: 0644]
backport/kconf/conf.c [new file with mode: 0644]
backport/kconf/confdata.c [new file with mode: 0644]
backport/kconf/expr.c [new file with mode: 0644]
backport/kconf/expr.h [new file with mode: 0644]
backport/kconf/list.h [new file with mode: 0644]
backport/kconf/lkc.h [new file with mode: 0644]
backport/kconf/lkc_proto.h [new file with mode: 0644]
backport/kconf/lxdialog/check-lxdialog.sh [new file with mode: 0755]
backport/kconf/lxdialog/checklist.c [new file with mode: 0644]
backport/kconf/lxdialog/dialog.h [new file with mode: 0644]
backport/kconf/lxdialog/inputbox.c [new file with mode: 0644]
backport/kconf/lxdialog/menubox.c [new file with mode: 0644]
backport/kconf/lxdialog/textbox.c [new file with mode: 0644]
backport/kconf/lxdialog/util.c [new file with mode: 0644]
backport/kconf/lxdialog/yesno.c [new file with mode: 0644]
backport/kconf/mconf.c [new file with mode: 0644]
backport/kconf/menu.c [new file with mode: 0644]
backport/kconf/symbol.c [new file with mode: 0644]
backport/kconf/util.c [new file with mode: 0644]
backport/kconf/zconf.hash.c [new file with mode: 0644]
backport/kconf/zconf.lex.c [new file with mode: 0644]
backport/kconf/zconf.tab.c [new file with mode: 0644]
backport/kconfig/Makefile [deleted file]
backport/kconfig/conf.c [deleted file]
backport/kconfig/confdata.c [deleted file]
backport/kconfig/expr.c [deleted file]
backport/kconfig/expr.h [deleted file]
backport/kconfig/list.h [deleted file]
backport/kconfig/lkc.h [deleted file]
backport/kconfig/lkc_proto.h [deleted file]
backport/kconfig/lxdialog/check-lxdialog.sh [deleted file]
backport/kconfig/lxdialog/checklist.c [deleted file]
backport/kconfig/lxdialog/dialog.h [deleted file]
backport/kconfig/lxdialog/inputbox.c [deleted file]
backport/kconfig/lxdialog/menubox.c [deleted file]
backport/kconfig/lxdialog/textbox.c [deleted file]
backport/kconfig/lxdialog/util.c [deleted file]
backport/kconfig/lxdialog/yesno.c [deleted file]
backport/kconfig/mconf.c [deleted file]
backport/kconfig/menu.c [deleted file]
backport/kconfig/symbol.c [deleted file]
backport/kconfig/util.c [deleted file]
backport/kconfig/zconf.hash.c [deleted file]
backport/kconfig/zconf.lex.c [deleted file]
backport/kconfig/zconf.tab.c [deleted file]
gentree.py