summaryrefslogtreecommitdiffstats
path: root/toolchain/kernel-headers/kernel-headers.mk
Commit message (Collapse)AuthorAgeFilesLines
...
* If you update the kernel headers tarball and run make against an already builtEric Andersen2005-06-231-0/+1
| | | | | | | | | | | | | | | | | buildroot, the header files will be re-extracted, but they will not be put in exactly the right place if the name of the extracted directory includes the kernel version numbers. For example, linux-libc-headers-2.4.25.tar.bz2 will be extracted to $(TOOLCHAIN_BUILD_DIR)/linux-libc-headers-2.4.25, and then the mv command will move the newly extracted headers into the already existing $(TOOLCHAIN_BUILD_DIR)/linux directory, instead of replacing that directory as desired. The fix is to first remove the $(TOOLCHAIN_BUILD_DIR)/linux directory and then do the mv command. http://bugs.busybox.net/view.php?id=296
* Bump available sanitized kernel headersEric Andersen2005-03-181-12/+12
|
* Fix some silly bugs: a variable for gcc was used before it was defined, removeEric Andersen2005-02-111-9/+13
| | | | '.svn' not 'CVS' from the install, add 2.4.29 kernel headers as the default.
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-101-0/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* Patch from Volmat Alain adding SH3/SH3EB SH4EB supportEric Andersen2004-12-111-0/+12
|
* dohEric Andersen2004-10-261-1/+1
|
* Update to the latest linux-libc-headersEric Andersen2004-10-251-2/+11
|
* -xvf -> $(TAR_OPTIONS)Mike Frysinger2004-10-111-1/+1
|
* facelift step number twoEric Andersen2004-10-091-1/+1
|
* Major buildroot facelift, step one.Eric Andersen2004-10-091-0/+124
-Erik