backport: move kconfig code to "kconf" directory
authorJohannes Berg <johannes.berg@intel.com>
Thu, 23 May 2013 14:11:27 +0000 (16:11 +0200)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Tue, 28 May 2013 18:48:10 +0000 (11:48 -0700)
commit7f1b4e0258ade60670cf60f2bd46996005843cea
tree2997c26ef08237341c2b1edb59bf70a182af83f2
parent1ea075ea8dd98a5cc21d3d79ff0204797bb78eb5
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