summaryrefslogtreecommitdiffstats
path: root/src/Makefile.housekeeping
Commit message (Expand)AuthorAgeFilesLines
* [build] Use positive-form tests when checking for supported warningsMichael Brown2018-07-081-2/+2
* [build] Disable gcc stringop-truncation warningsBruce Rogers2018-07-071-1/+9
* [build] Exclude selected directories from Secure Boot buildsMichael Brown2017-09-181-10/+23
* [profile] Allow profiling to be globally enabled or disabledMichael Brown2016-07-051-0/+27
* [libc] Allow assertions to be globally enabled or disabledMichael Brown2016-07-051-0/+27
* [debug] Allow debug messages to be initially disabled at runtimeMichael Brown2016-07-051-6/+14
* [build] Remove unnecessary dependency on zlibMichael Brown2016-05-031-6/+2Star
* [efi] Eliminate use of libbfdMichael Brown2016-05-021-6/+4Star
* [build] Allow assembler section type character to vary by architectureMichael Brown2016-03-131-1/+6
* [debug] Allow debug colourisation to be disabledMichael Brown2016-01-121-2/+2
* [build] Allow extra objects to be included in an all-drivers buildMichael Brown2015-12-171-5/+5
* [build] Generalise CONSOLE_VESAFB to CONSOLE_FRAMEBUFFERMichael Brown2015-10-161-1/+1
* [build] Remove dependency on libibertyMichael Brown2015-09-141-1/+1
* [build] Fix .ids.o creation for drivers not in the all-drivers buildMichael Brown2015-06-011-2/+1Star
* [build] Construct all-drivers list based on driver classMichael Brown2015-04-221-1/+8
* [build] Use a single call to parserom.pl to speed up buildingMichael Brown2015-04-181-21/+60
* [build] Allow building PCI ROMs with device ID listsMichael Brown2015-04-151-4/+25
* [build] Remove obsolete and unused portions of config.cMichael Brown2015-03-041-25/+0Star
* [zbin] Use LZMA compressionMichael Brown2015-02-251-7/+4Star
* [build] Apply the "-fno-PIE -nopie" workaround only to i386 buildsMichael Brown2015-02-121-11/+0Star
* [build] Sort objects in blib.aOlaf Hering2015-02-121-1/+1
* [efi] Add efifatbin utilityMichael Brown2014-09-101-0/+5
* [build] Clean up all binary directories on "make [very]clean"Michael Brown2014-09-041-1/+8
* [build] Avoid deleting config header files if build is interruptedMichael Brown2014-08-261-2/+15
* [build] Allow ISA ROMs to be builtMichael Brown2014-08-221-2/+5
* [build] Remove obsolete references to .zrom build targetsMichael Brown2014-08-221-8/+5Star
* [build] Allow for named configurations at build timeMichael Brown2014-08-201-2/+38
* [build] Fix erroneous object name in version objectMichael Brown2014-06-261-2/+2
* [build] Expose build timestamp, build name, and product namesMichael Brown2014-06-241-16/+21
* [debug] Allow debug message colours to be customised via DBGCOL=...Michael Brown2014-06-161-0/+25
* [build] Check if git index actually existsPeter Lemenkov2014-06-161-0/+2
* [build] Fix version.o dependency upon git indexMichael Brown2014-05-121-1/+1
* [build] Allow for a debug level of zeroMichael Brown2014-04-281-2/+2
* [crypto] Generalise X.509 cache to a full certificate storeMichael Brown2014-03-281-16/+36
* [build] Add dependency of generated files upon MakefileMichael Brown2014-03-261-5/+5
* [build] Disable ccache for all relevant build targetsMichael Brown2014-03-261-4/+3Star
* [build] Remove long-obsolete mechanism for wrapping embedded imagesMichael Brown2014-03-261-9/+0Star
* [build] Remove obsolete check for GNU as version 2.9.1Michael Brown2013-12-211-7/+0Star
* [build] Fix building on OpenBSD 5.4Michael Brown2013-12-021-0/+5
* [build] Fix %.licence build targetMichael Brown2013-07-161-3/+8
* [build] Add efidrv.cab target for UEFI Secure Boot signingMichael Brown2013-05-141-1/+3
* [build] Provide "allXXXs" targets for all media on all platformsMichael Brown2013-05-141-8/+12
* [build] Use $(eval) if availableMichael Brown2013-05-141-43/+108
* [build] Use -Wno-decl when running sparseMichael Brown2013-04-281-0/+1
* [build] Allow sparse to be invoked via "make C=1"Michael Brown2013-04-251-0/+9
* [build] Allow sparse to find compiler.hMichael Brown2013-04-251-1/+1
* [build] Make version.o depend on the git indexThomas Miletich2012-11-021-0/+4
* [build] Include version number within only a single object fileMichael Brown2012-11-021-0/+7
* [build] Inhibit .eh_frame on newer gcc versionsMichael Brown2012-11-021-2/+5
* [build] Display commands for dependency generation when building with V=1Anton D. Kachalov2012-08-271-1/+1