Initial commit of Kconfig build tool.
authorKevin O'Connor <kevin@koconnor.net>
Tue, 25 Jan 2011 03:13:58 +0000 (22:13 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 27 Jan 2011 02:05:38 +0000 (21:05 -0500)
commita4c5daf0e2545361fadcad3015e10f8b23e53926
treed3c0618c0abcaa8a0634cef3a74973670ed45b6a
parent4d0c592b138f394f96a99b6311a8ef48c24fb1c6
Initial commit of Kconfig build tool.

This is a pure copy of the tool from the Linux v2.6.38-rc2
scripts/kconfig/ directory.
40 files changed:
tools/kconfig/.gitignore [new file with mode: 0644]
tools/kconfig/Makefile [new file with mode: 0644]
tools/kconfig/POTFILES.in [new file with mode: 0644]
tools/kconfig/check.sh [new file with mode: 0755]
tools/kconfig/conf.c [new file with mode: 0644]
tools/kconfig/confdata.c [new file with mode: 0644]
tools/kconfig/expr.c [new file with mode: 0644]
tools/kconfig/expr.h [new file with mode: 0644]
tools/kconfig/gconf.c [new file with mode: 0644]
tools/kconfig/gconf.glade [new file with mode: 0644]
tools/kconfig/images.c [new file with mode: 0644]
tools/kconfig/kconfig_load.c [new file with mode: 0644]
tools/kconfig/kxgettext.c [new file with mode: 0644]
tools/kconfig/lex.zconf.c_shipped [new file with mode: 0644]
tools/kconfig/lkc.h [new file with mode: 0644]
tools/kconfig/lkc_proto.h [new file with mode: 0644]
tools/kconfig/lxdialog/.gitignore [new file with mode: 0644]
tools/kconfig/lxdialog/BIG.FAT.WARNING [new file with mode: 0644]
tools/kconfig/lxdialog/check-lxdialog.sh [new file with mode: 0644]
tools/kconfig/lxdialog/checklist.c [new file with mode: 0644]
tools/kconfig/lxdialog/dialog.h [new file with mode: 0644]
tools/kconfig/lxdialog/inputbox.c [new file with mode: 0644]
tools/kconfig/lxdialog/menubox.c [new file with mode: 0644]
tools/kconfig/lxdialog/textbox.c [new file with mode: 0644]
tools/kconfig/lxdialog/util.c [new file with mode: 0644]
tools/kconfig/lxdialog/yesno.c [new file with mode: 0644]
tools/kconfig/mconf.c [new file with mode: 0644]
tools/kconfig/menu.c [new file with mode: 0644]
tools/kconfig/nconf.c [new file with mode: 0644]
tools/kconfig/nconf.gui.c [new file with mode: 0644]
tools/kconfig/nconf.h [new file with mode: 0644]
tools/kconfig/qconf.cc [new file with mode: 0644]
tools/kconfig/qconf.h [new file with mode: 0644]
tools/kconfig/symbol.c [new file with mode: 0644]
tools/kconfig/util.c [new file with mode: 0644]
tools/kconfig/zconf.gperf [new file with mode: 0644]
tools/kconfig/zconf.hash.c_shipped [new file with mode: 0644]
tools/kconfig/zconf.l [new file with mode: 0644]
tools/kconfig/zconf.tab.c_shipped [new file with mode: 0644]
tools/kconfig/zconf.y [new file with mode: 0644]