summaryrefslogtreecommitdiffstats
path: root/make/kernel-headers.mk
Commit message (Collapse)AuthorAgeFilesLines
* Major buildroot facelift, step one.Eric Andersen2004-10-091-124/+0
| | | | -Erik
* make sure sh4 headers get setup properlyMike Frysinger2004-10-081-0/+4
|
* Avoid naming conflicts with 'linux' targetEric Andersen2004-10-051-21/+21
|
* Always use kernel-headers.Eric Andersen2004-10-051-27/+27
|
* Default to 2.4.27 kernel headersEric Andersen2004-09-221-2/+11
|
* Patch by michael tesch <tesch1@gmail.com> ...Manuel Novoa III2004-09-091-1/+1
| | | | | | | The real problem, only caused when you have a *.patch file in the main build directory, is that the Makefiles don't escape the globbing operator they're passing to patch-kernel.sh. Attached is a patch to fix that.
* For now, mimic arm behavior for armeb since that's what uClibc'sManuel Novoa III2004-09-031-0/+6
| | | | fix-includes script winds up doing. Fix this later...
* Update to what I'm currently using. Lots of changes...Manuel Novoa III2004-09-031-12/+32
| | | | | | | 1) Allow selection of binutils/gcc/gdb/kernel headers to build, although some of the older tool patches probably need updating. 2) Rework gdb build so that remote debugging now works with gdbserver. 3) Misc. other package updates.3) Misc. other package updates.3) Misc. other package updates.
* new 2.6. kernel headers are outEric Andersen2004-08-191-3/+3
|
* Update for the latest linux-libc-headersEric Andersen2004-06-241-3/+3
|
* Fixup a stupid bugEric Andersen2004-06-241-1/+1
|
* Revert to using 2.4.x kernel headers by default, due to public outcry....Eric Andersen2004-05-071-13/+23
|
* Default to using the 2.6.x based linux-libc-headers -- yet anotherEric Andersen2004-04-211-6/+16
| | | | | thing we don't have to maintain. These seem to be working nicely and everything now compiles as expected.
* I've put together an updated set of kernel headers, so use that.Eric Andersen2004-02-181-3/+3
|
* Use ARCH... not TARGET_ARCH in the mipsel test.Manuel Novoa III2003-11-241-1/+1
|
* Erik moved the kernel headers to a different directory, but didn't createManuel Novoa III2003-11-191-0/+1
| | | | the directory first.
* move kernel headers to live with the toolchainEric Andersen2003-11-191-2/+2
|
* Ouch... Revert this. It was a stray from helping someone look 2.2 issues.Manuel Novoa III2003-11-171-1/+1
|
* Fix most things when large file support is not configured.Manuel Novoa III2003-11-171-1/+1
| | | | Mostly submitted by Thomas Lundquist <lists@zelow.no>.
* Thomas Cameron writes:Eric Andersen2003-11-121-3/+5
| | | | | | this patch fixes the source file downloads when executing a "make source", and a few cut-and-paste (tm) errors in the *.mk files. Again, this is a patch against the current CVS sources, and includes my previous patch.
* patch from Peter S. Mazinger to remove a redundant entryEric Andersen2003-11-071-1/+0
|
* Rework toolchain build to make it much more modular andEric Andersen2003-09-141-0/+63
remove the redundant redundancy.