summaryrefslogtreecommitdiff
path: root/make/kernel-headers.mk
AgeCommit message (Collapse)Author
2004-10-09Major buildroot facelift, step one.Eric Andersen
-Erik
2004-10-08make sure sh4 headers get setup properlyMike Frysinger
2004-10-05Avoid naming conflicts with 'linux' targetEric Andersen
2004-10-05Always use kernel-headers.Eric Andersen
2004-09-22Default to 2.4.27 kernel headersEric Andersen
2004-09-09Patch by michael tesch <tesch1@gmail.com> ...Manuel Novoa III
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.
2004-09-03For now, mimic arm behavior for armeb since that's what uClibc'sManuel Novoa III
fix-includes script winds up doing. Fix this later...
2004-09-03Update to what I'm currently using. Lots of changes...Manuel Novoa III
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.
2004-08-19new 2.6. kernel headers are outEric Andersen
2004-06-24Update for the latest linux-libc-headersEric Andersen
2004-06-24Fixup a stupid bugEric Andersen
2004-05-07Revert to using 2.4.x kernel headers by default, due to public outcry....Eric Andersen
2004-04-21Default to using the 2.6.x based linux-libc-headers -- yet anotherEric Andersen
thing we don't have to maintain. These seem to be working nicely and everything now compiles as expected.
2004-02-18I've put together an updated set of kernel headers, so use that.Eric Andersen
2003-11-24Use ARCH... not TARGET_ARCH in the mipsel test.Manuel Novoa III
2003-11-19Erik moved the kernel headers to a different directory, but didn't createManuel Novoa III
the directory first.
2003-11-19move kernel headers to live with the toolchainEric Andersen
2003-11-17Ouch... Revert this. It was a stray from helping someone look 2.2 issues.Manuel Novoa III
2003-11-17Fix most things when large file support is not configured.Manuel Novoa III
Mostly submitted by Thomas Lundquist <lists@zelow.no>.
2003-11-12Thomas Cameron writes:Eric Andersen
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.
2003-11-07patch from Peter S. Mazinger to remove a redundant entryEric Andersen
2003-09-14Rework toolchain build to make it much more modular andEric Andersen
remove the redundant redundancy.