summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* build: Work around our own broken GCCPatrick McDermott2020-12-081-0/+11
|
* linux-image: Run preinst hooksP. J. McDermott2014-11-091-1/+2
|
* linux-image: Run prerm hooksP. J. McDermott2014-11-091-0/+1
|
* build: Add link to image in /P. J. McDermott2014-11-091-0/+1
| | | | | | Some boot loaders expect to find the image in the file system root. For example, libreboot's GRUB is configured to look for /vmlinuz on the root device.
* build: Install headers directly to package dirP. J. McDermott2014-11-091-6/+6
| | | | | Then we don't need oh-installfiles. Also remove the oh-fixperms call, which was in the wrong place to be useful anyway.
* build: Make "install" target depend on "build"P. J. McDermott2014-07-231-1/+2
|
* linux-image: Run postinst and postrm hooksP. J. McDermott2014-07-141-0/+2
|
* build: Fix KBUILD_ARCH macro expansion.P. J. McDermott2014-05-071-1/+1
|
* build: Don't update "mrproper" target.P. J. McDermott2014-05-071-1/+0
| | | | | | | | | | | | | | | | This generates the following output: [...] make -f scripts/Makefile.clean obj=Documentation make -f scripts/Makefile.clean obj=Documentation/DocBook make[3]: /bin/bash: Command not found make[3]: /bin/bash: Command not found make[3]: /bin/bash: Command not found make -f scripts/Makefile.clean obj=Documentation/accounting [...] Something is trying to use Bash, and I can't be bothered right now to figure out what it is.
* build: Build and install a Linux image.P. J. McDermott2014-05-051-0/+16
|
* build: Add "nop" target.P. J. McDermott2014-04-271-0/+3
|
* build: Don't update headers_check.P. J. McDermott2013-06-191-1/+1
| | | | headers_check still requires Perl 5, so just skip the checks (at least for now).
* build: Move <asm/*.h> headers into host-arch dir.P. J. McDermott2013-05-291-0/+2
|
* build: Fix find's -exec option.P. J. McDermott2013-05-291-1/+1
|
* build: Don't use a macro in INSTALL_HDR_PATH.P. J. McDermott2013-05-291-1/+1
|
* build: Rewrite.P. J. McDermott2013-05-291-38/+11
|
* Support multiple build jobs.P. J. McDermott2012-04-291-1/+1
|
* Fix path to "uImage" file.P. J. McDermott2012-04-291-1/+3
|
* Fix "build" to build a Linux image for "rcstereo".P. J. McDermott2012-04-291-4/+5
|
* Rewrite "build" makefile.P. J. McDermott2012-04-291-7/+32
|
* Added distro version to control file, fixed \ in build filekurt2012-04-281-1/+1
|
* Added .config file, added make install and make headers_install to build filekurt2012-04-281-1/+2
|
* Added kernel compilation to the build filekurt2012-04-271-0/+2
|
* Removed recursion in build file, fixed config file to point to the correct ↵kurt2012-04-261-2/+1
| | | | file, fixed control files.
* Initial Commitkurt2012-04-261-0/+11