buildrootschalter/support/kconfig
Thomas Petazzoni 5f42b778a0 kconfig: do not use HOST_LOADLIBES anymore
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-19 16:04:21 +02:00
..
lxdialog support: move kconfig stuff from package/config to support/kconfig 2011-09-17 08:17:06 +02:00
patches kconfig: do not use HOST_LOADLIBES anymore 2012-04-19 16:04:21 +02:00
.gitignore support: move kconfig stuff from package/config to support/kconfig 2011-09-17 08:17:06 +02:00
check.sh support: move kconfig stuff from package/config to support/kconfig 2011-09-17 08:17:06 +02:00
conf.c kconfig: sync with linux-3.0 2012-01-15 20:48:04 +01:00
confdata.c kconfig: sync with linux-3.0 2012-01-15 20:48:04 +01:00
expr.c support: move kconfig stuff from package/config to support/kconfig 2011-09-17 08:17:06 +02:00
expr.h kconfig: sync with linux-3.0 2012-01-15 20:48:04 +01:00
foo.h support: move kconfig stuff from package/config to support/kconfig 2011-09-17 08:17:06 +02:00
gconf.c kconfig: sync with linux-3.0 2012-01-15 20:48:04 +01:00
gconf.glade support: move kconfig stuff from package/config to support/kconfig 2011-09-17 08:17:06 +02:00
images.c support: move kconfig stuff from package/config to support/kconfig 2011-09-17 08:17:06 +02:00
kconfig_load.c support: move kconfig stuff from package/config to support/kconfig 2011-09-17 08:17:06 +02:00
kxgettext.c support: move kconfig stuff from package/config to support/kconfig 2011-09-17 08:17:06 +02:00
lex.zconf.c_shipped kconfig: sync with linux-3.0 2012-01-15 20:48:04 +01:00
lkc_proto.h support: move kconfig stuff from package/config to support/kconfig 2011-09-17 08:17:06 +02:00
lkc.h support: move kconfig stuff from package/config to support/kconfig 2011-09-17 08:17:06 +02:00
Makefile kconfig: sync with linux-3.0 2012-01-15 20:48:04 +01:00
Makefile.br kconfig: do not use HOST_LOADLIBES anymore 2012-04-19 16:04:21 +02:00
mconf.c support: move kconfig stuff from package/config to support/kconfig 2011-09-17 08:17:06 +02:00
menu.c support: move kconfig stuff from package/config to support/kconfig 2011-09-17 08:17:06 +02:00
nconf.c kconfig: sync with linux-3.0 2012-01-15 20:48:04 +01:00
nconf.gui.c support: move kconfig stuff from package/config to support/kconfig 2011-09-17 08:17:06 +02:00
nconf.h support: move kconfig stuff from package/config to support/kconfig 2011-09-17 08:17:06 +02:00
POTFILES.in support: move kconfig stuff from package/config to support/kconfig 2011-09-17 08:17:06 +02:00
qconf.cc kconfig: sync with linux-3.0 2012-01-15 20:48:04 +01:00
qconf.h support: move kconfig stuff from package/config to support/kconfig 2011-09-17 08:17:06 +02:00
README.buildroot2 support: move kconfig stuff from package/config to support/kconfig 2011-09-17 08:17:06 +02:00
streamline_config.pl kconfig: sync with linux-3.0 2012-01-15 20:48:04 +01:00
symbol.c support: move kconfig stuff from package/config to support/kconfig 2011-09-17 08:17:06 +02:00
util.c kconfig: sync with linux-3.0 2012-01-15 20:48:04 +01:00
zconf.gperf support: move kconfig stuff from package/config to support/kconfig 2011-09-17 08:17:06 +02:00
zconf.hash.c_shipped support: move kconfig stuff from package/config to support/kconfig 2011-09-17 08:17:06 +02:00
zconf.l kconfig: sync with linux-3.0 2012-01-15 20:48:04 +01:00
zconf.tab.c_shipped support: move kconfig stuff from package/config to support/kconfig 2011-09-17 08:17:06 +02:00
zconf.y support: move kconfig stuff from package/config to support/kconfig 2011-09-17 08:17:06 +02:00

This is a copy of the kconfig code in the kernel (currently 2.6.37-rc1) tweaked
to suit Buildroot.

To update:
	cp -r /usr/src/linux/scripts/kconfig support/kconfig.new
	cd support/config.new
	cp -a ../kconfig/patches ../kconfig/README.buildroot2 .
	quilt push -a
	# Fix any conflict
	cd ..
	rm -rf config
	mv kconfig.new kconfig

Then verify the toplevel targets work:
	config
	defconfig
	menuconfig
	xconfig
	gconfig
	oldconfig