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
confdata.c
expr.c
expr.h
foo.h
gconf.c
gconf.glade
images.c
kconfig_load.c
kxgettext.c
lex.zconf.c_shipped
lkc_proto.h
lkc.h
Makefile
Makefile.br kconfig: do not use HOST_LOADLIBES anymore 2012-04-19 16:04:21 +02:00
mconf.c
menu.c
nconf.c
nconf.gui.c
nconf.h
POTFILES.in
qconf.cc
qconf.h
README.buildroot2
streamline_config.pl
symbol.c
util.c
zconf.gperf
zconf.hash.c_shipped
zconf.l
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