move kconfig to plumbing/ directory
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 29 Mar 2013 20:52:21 +0000 (21:52 +0100)
committerJohannes Berg <johannes@sipsolutions.net>
Fri, 29 Mar 2013 21:09:32 +0000 (22:09 +0100)
commit5bf870f42dc0cf3e31522e05119c0a8f993a280e
tree914bc1cd3a84ba1f0d5eb247e62ad0ed9277ef4f
parent35353b676e06157f3647671d8d3c9f7d9851f765
move kconfig to plumbing/ directory

The plumbing/ directory will contain everything
that must go into the output, that includes the
Kconfig infrastructure.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
46 files changed:
kconfig/Makefile [deleted file]
kconfig/conf.c [deleted file]
kconfig/confdata.c [deleted file]
kconfig/expr.c [deleted file]
kconfig/expr.h [deleted file]
kconfig/list.h [deleted file]
kconfig/lkc.h [deleted file]
kconfig/lkc_proto.h [deleted file]
kconfig/lxdialog/check-lxdialog.sh [deleted file]
kconfig/lxdialog/checklist.c [deleted file]
kconfig/lxdialog/dialog.h [deleted file]
kconfig/lxdialog/inputbox.c [deleted file]
kconfig/lxdialog/menubox.c [deleted file]
kconfig/lxdialog/textbox.c [deleted file]
kconfig/lxdialog/util.c [deleted file]
kconfig/lxdialog/yesno.c [deleted file]
kconfig/mconf.c [deleted file]
kconfig/menu.c [deleted file]
kconfig/symbol.c [deleted file]
kconfig/util.c [deleted file]
kconfig/zconf.hash.c [deleted file]
kconfig/zconf.lex.c [deleted file]
kconfig/zconf.tab.c [deleted file]
plumbing/kconfig/Makefile [new file with mode: 0644]
plumbing/kconfig/conf.c [new file with mode: 0644]
plumbing/kconfig/confdata.c [new file with mode: 0644]
plumbing/kconfig/expr.c [new file with mode: 0644]
plumbing/kconfig/expr.h [new file with mode: 0644]
plumbing/kconfig/list.h [new file with mode: 0644]
plumbing/kconfig/lkc.h [new file with mode: 0644]
plumbing/kconfig/lkc_proto.h [new file with mode: 0644]
plumbing/kconfig/lxdialog/check-lxdialog.sh [new file with mode: 0644]
plumbing/kconfig/lxdialog/checklist.c [new file with mode: 0644]
plumbing/kconfig/lxdialog/dialog.h [new file with mode: 0644]
plumbing/kconfig/lxdialog/inputbox.c [new file with mode: 0644]
plumbing/kconfig/lxdialog/menubox.c [new file with mode: 0644]
plumbing/kconfig/lxdialog/textbox.c [new file with mode: 0644]
plumbing/kconfig/lxdialog/util.c [new file with mode: 0644]
plumbing/kconfig/lxdialog/yesno.c [new file with mode: 0644]
plumbing/kconfig/mconf.c [new file with mode: 0644]
plumbing/kconfig/menu.c [new file with mode: 0644]
plumbing/kconfig/symbol.c [new file with mode: 0644]
plumbing/kconfig/util.c [new file with mode: 0644]
plumbing/kconfig/zconf.hash.c [new file with mode: 0644]
plumbing/kconfig/zconf.lex.c [new file with mode: 0644]
plumbing/kconfig/zconf.tab.c [new file with mode: 0644]