summaryrefslogtreecommitdiffstats
path: root/extra/config/zconf.tab.c_shipped
Commit message (Collapse)AuthorAgeFilesLines
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-1/+1
| | | | | | Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* - pull kconfig from linux-2.6.27Bernhard Reutner-Fischer2008-10-101-145/+157
|
* - pull kconfig from 2.6.25.4Bernhard Reutner-Fischer2008-06-051-644/+777
| | | | It has nicer "-*-" etc hints
* pull latest kconfig from kernelMike Frysinger2007-02-141-643/+858
|
* sync with kernelMike Frysinger2006-02-181-4/+4
|
* Updated to match Linux 2.6.11.Peter Kjellerstedt2005-04-181-0/+3
|
* Looks like I missed a spotEric Andersen2003-08-051-1/+1
|
* Merge/rework config system per the latest from linux-2.6.0-test2Eric Andersen2003-08-051-618/+728
| | | | -Erik
* Merge an update from upstreamEric Andersen2002-11-081-797/+948
|
* A few cosmetic adjustments, and fixup the makefile a bitEric Andersen2002-11-021-1/+1
|
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-0/+1866
been working on a new config system on and off for about 6 months now, but I've never been fully satisfied. Well, I'm finally am happy with the new config system, so here it is. This completely removes the old uClibc configuration system, and replaces it with an entirely new system based on LinuxKernelConf, from http://www.xs4all.nl/~zippel/lc/ As it turns out, Linus has just merged LinuxKernelConf into Linux 2.5.45, so it looks like I made the right choice. I have thus far updated only x86. I'll be updating the other architectures shortly. -Erik