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
patches kconfig: do not use HOST_LOADLIBES anymore 2012-04-19 16:04:21 +02:00
.gitignore
check.sh
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
expr.h kconfig: sync with linux-3.0 2012-01-15 20:48:04 +01:00
foo.h
gconf.c kconfig: sync with linux-3.0 2012-01-15 20:48:04 +01:00
gconf.glade
images.c
kconfig_load.c
kxgettext.c
lex.zconf.c_shipped kconfig: sync with linux-3.0 2012-01-15 20:48:04 +01:00
lkc_proto.h
lkc.h
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
menu.c
nconf.c kconfig: sync with linux-3.0 2012-01-15 20:48:04 +01:00
nconf.gui.c
nconf.h
POTFILES.in
qconf.cc kconfig: sync with linux-3.0 2012-01-15 20:48:04 +01:00
qconf.h
README.buildroot2
streamline_config.pl kconfig: sync with linux-3.0 2012-01-15 20:48:04 +01:00
symbol.c
util.c kconfig: sync with linux-3.0 2012-01-15 20:48:04 +01:00
zconf.gperf
zconf.hash.c_shipped
zconf.l kconfig: sync with linux-3.0 2012-01-15 20:48:04 +01:00
zconf.tab.c_shipped
zconf.y

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