summaryrefslogtreecommitdiffstats
path: root/extra/config/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* realclean: wipe kconfig objectsBernhard Reutner-Fischer2009-11-221-2/+2
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* support building out-of-treeBernhard Reutner-Fischer2009-08-191-23/+64
| | | | | | | Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24071.Carmelo Amoroso2008-11-171-2/+4
| | | | | Step 2 locale stuff - configuration and top Makefiles
* Remove .depend when doing distcleanCarmelo Amoroso2008-07-291-1/+1
|
* Synch extra/config with trunkCarmelo Amoroso2008-07-091-1/+5
|
* Merge nptl branch tree with trunk. Carmelo Amoroso2008-03-161-10/+36
| | | | | | Step 5: merge extra/config folder Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk that gives us a valid NPTL dynamic loader and the start of ↵"Steven J. Hill"2005-11-291-111/+4
| | | | the new build system. I have probably another 300 and some files to go *sigh*.
* First batch of merges for new build system."Steven J. Hill"2005-11-191-15/+4
|
* Updated to match Linux 2.6.11.Peter Kjellerstedt2005-04-181-7/+14
|
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-3/+3
| | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM).
* Patch from Robert Schwebel -- support ncurses installed in /usr/localEric Andersen2003-01-111-1/+8
|
* Patch from Stefan Allius. Only build config stuff when needed.Eric Andersen2002-12-171-0/+3
|
* Only build the ncurses stuff when it is needed, based on aEric Andersen2002-12-131-24/+23
| | | | | | patch from Stefan Allius (though the extra/config/Makefile rework is mine), -Erik
* Change some variable names so we are more consistant with whatEric Andersen2002-12-041-9/+8
| | | | | the linux kernel uses. -Erik
* This is based on a patch posted to lkml by Petr Baudis on 23 Nov, which wasEric Andersen2002-12-041-5/+37
| | | | | | | then considerably hacked up by me. This eliminates the separate lxdialog and instead directly uses the lxdialog internals. This allows 'make menuconfig' to be much faster. -Erik
* Fixed makefiles to remove binaries generated for the configuration"Steven J. Hill"2002-11-071-0/+1
| | | | menu system when doing a 'make clean'.
* A few cosmetic adjustments, and fixup the makefile a bitEric Andersen2002-11-021-11/+11
|
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-0/+83
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