aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.housekeeping
AgeCommit message (Expand)AuthorFilesLines
2015-06-01[build] Fix .ids.o creation for drivers not in the all-drivers buildMichael Brown1-2/+1
2015-04-22[build] Construct all-drivers list based on driver classMichael Brown1-1/+8
2015-04-18[build] Use a single call to parserom.pl to speed up buildingMichael Brown1-21/+60
2015-04-15[build] Allow building PCI ROMs with device ID listsMichael Brown1-4/+25
2015-03-04[build] Remove obsolete and unused portions of config.cMichael Brown1-25/+0
2015-02-25[zbin] Use LZMA compressionMichael Brown1-7/+4
2015-02-12[build] Apply the "-fno-PIE -nopie" workaround only to i386 buildsMichael Brown1-11/+0
2015-02-12[build] Sort objects in blib.aOlaf Hering1-1/+1
2014-09-10[efi] Add efifatbin utilityMichael Brown1-0/+5
2014-09-04[build] Clean up all binary directories on "make [very]clean"Michael Brown1-1/+8
2014-08-26[build] Avoid deleting config header files if build is interruptedMichael Brown1-2/+15
2014-08-22[build] Allow ISA ROMs to be builtMichael Brown1-2/+5
2014-08-22[build] Remove obsolete references to .zrom build targetsMichael Brown1-8/+5
2014-08-20[build] Allow for named configurations at build timeMichael Brown1-2/+38
2014-06-26[build] Fix erroneous object name in version objectMichael Brown1-2/+2
2014-06-24[build] Expose build timestamp, build name, and product namesMichael Brown1-16/+21
2014-06-16[debug] Allow debug message colours to be customised via DBGCOL=...Michael Brown1-0/+25
2014-06-16[build] Check if git index actually existsPeter Lemenkov1-0/+2
2014-05-12[build] Fix version.o dependency upon git indexMichael Brown1-1/+1
2014-04-28[build] Allow for a debug level of zeroMichael Brown1-2/+2
2014-03-28[crypto] Generalise X.509 cache to a full certificate storeMichael Brown1-16/+36
2014-03-26[build] Add dependency of generated files upon MakefileMichael Brown1-5/+5
2014-03-26[build] Disable ccache for all relevant build targetsMichael Brown1-4/+3
2014-03-26[build] Remove long-obsolete mechanism for wrapping embedded imagesMichael Brown1-9/+0
2013-12-21[build] Remove obsolete check for GNU as version 2.9.1Michael Brown1-7/+0
2013-12-02[build] Fix building on OpenBSD 5.4Michael Brown1-0/+5
2013-07-16[build] Fix %.licence build targetMichael Brown1-3/+8
2013-05-14[build] Add efidrv.cab target for UEFI Secure Boot signingMichael Brown1-1/+3
2013-05-14[build] Provide "allXXXs" targets for all media on all platformsMichael Brown1-8/+12
2013-05-14[build] Use $(eval) if availableMichael Brown1-43/+108
2013-04-28[build] Use -Wno-decl when running sparseMichael Brown1-0/+1
2013-04-25[build] Allow sparse to be invoked via "make C=1"Michael Brown1-0/+9
2013-04-25[build] Allow sparse to find compiler.hMichael Brown1-1/+1
2012-11-02[build] Make version.o depend on the git indexThomas Miletich1-0/+4
2012-11-02[build] Include version number within only a single object fileMichael Brown1-0/+7
2012-11-02[build] Inhibit .eh_frame on newer gcc versionsMichael Brown1-2/+5
2012-08-27[build] Display commands for dependency generation when building with V=1Anton D. Kachalov1-1/+1
2012-05-22[crypto] Rename KEY= to PRIVKEY= and "key" to "privkey"Michael Brown1-15/+18
2012-04-24[build] Use $(xxx_DEPS) for additional dependency informationMichael Brown1-95/+95
2012-04-10[build] Enable warnings when building utilitiesMichael Brown1-10/+15
2012-03-20[build] Allow a client certificate to be specified at build timeMichael Brown1-6/+74
2012-03-19[build] Allow trusted root certificates to be specified at build timeMichael Brown1-0/+28
2011-06-29[build] Avoid using -ffunction-sections on some older versions of gccMichael Brown1-2/+8
2011-04-28[build] Accept EMBED=... as a synonym for EMBEDDED_IMAGE=...Michael Brown1-5/+6
2011-04-09[build] Run parserom.pl only on potential driver filesMichael Brown1-1/+2
2011-04-05[build] Refuse to attempt building with the GNU gold linkerMichael Brown1-0/+7
2011-04-05[build] Perform tool checks on each make invocationMichael Brown1-15/+17
2011-03-30[build] Add "allmroms" targetBastian Blank1-2/+2
2011-03-30[build] Include $(BIN)/errors in "make clean"Michael Brown1-0/+1
2011-03-30[build] Remove obsolete "allzroms" targetMichael Brown1-2/+2