aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.housekeeping
AgeCommit message (Expand)AuthorFilesLines
2011-03-29[build] Fix compilation when gcc is patched to default to -fPIE -Wl,-pieGilles Espinasse1-0/+11
2011-03-27[build] Delete incomplete targets if building fails for any reasonMichael Brown1-0/+7
2011-03-16[build] Avoid spurious address comparison warnings in gcc 4.6Michael Brown1-0/+9
2011-03-16[build] Allow workaround-specific flags to override default flagsMichael Brown1-7/+11
2011-03-16[build] Avoid rebuilding keymap files automaticallyMichael Brown1-1/+1
2011-03-16[console] Add keymap generatorMichael Brown1-0/+8
2011-03-01[build] Allow DEBUG=... to affect builds of assembler source filesMichael Brown1-0/+1
2011-02-23[build] Use unique entry symbols for each prefixMichael Brown1-4/+4
2011-02-22[build] Eliminate unused sections at link-timeMichael Brown1-0/+13
2010-10-18[legal] Ignore config/local header files for licensing purposesMichael Brown1-1/+4
2010-10-14[build] Fix building elf2efi using binutils 2.20Michael Brown1-1/+1
2010-08-17[build] Provide %.fd0 build targets only for pcbiosMichael Brown1-0/+5
2010-08-16[build] Properly handle multiple goals per BIN directoryPiotr Jaroszyński1-6/+16
2010-07-21[efi] Fix the 32-bit version of elf2efi64Geoff Lywood1-2/+2
2010-07-14[build] Speed up rebuilding on header file changesMichael Brown1-43/+62
2010-07-14[build] Standardise variable naming for inter-build state filesMichael Brown1-9/+9
2010-07-14[build] Avoid unnecessary "rm" and "touch" in dependency generationMichael Brown1-5/+1
2010-06-24[build] Fix broken build caused by implied dependency upon "perl"Michael Brown1-4/+4
2010-05-31[libc] Enable automated extraction of error usage reportsMichael Brown1-0/+21
2010-05-29[dhcp] Use correct DHCP options on EFI systemsGeoff Lywood1-0/+1
2010-05-27[build] Allow building against a zlib in a non-standard locationGeoff Lywood1-1/+2
2010-05-27[efi] Fix .efi and .efidrv linkingPiotr Jaroszyński1-1/+2
2010-05-27[efi] Fix link order for elf2efiPiotr Jaroszyński1-2/+2
2010-05-27[build] Inhibit "skipping incompatible" message from ldMichael Brown1-1/+1
2010-04-25[build] Replace obsolete makerom.pl with quick script using Option::ROMMichael Brown1-24/+0
2010-04-25[build] Generate random build identifierMichael Brown1-2/+7
2010-04-19[romprefix] Remove .hrom prefixMichael Brown1-1/+0
2010-04-19[romprefix] Remove .xrom prefixMichael Brown1-2/+0
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-3/+3
2010-03-26[build] Add support for local configuration filesPiotr Jaroszyński1-1/+8
2010-03-04[fnrec] Add function recorder for debuggingStefan Hajnoczi1-0/+29
2010-03-04[build] Disable ccache for embedded.oStefan Hajnoczi1-0/+7
2010-01-20[prefix] Add .xrom prefix for a ROM that loads itself by PCI accessesJoshua Oreman1-0/+2
2010-01-14[makefile] Allow .sizes target to work with funny-named objectsJoshua Oreman1-1/+1
2010-01-14[prefix] Add .hrom prefix for a ROM that loads high under PCI3 without PMMJoshua Oreman1-0/+1
2009-10-15[build] Fix DEBUG builds for filenames with hyphensJoshua Oreman1-1/+1
2009-08-11[doc] Expand scope of doxygen-generated documentationMichael Brown1-5/+18
2009-05-27[build] Add -fno-dwarf2-cfi-asm to CFLAGS if supported by the gcc in useMichael Brown1-0/+10
2009-05-18[legal] Add licence.pl and %.licence make targetMichael Brown1-1/+19
2009-04-18[build] Automatically sort the list of constituent object sizesMichael Brown1-1/+2
2009-04-18[build] Provide mechanism for listing constituent object sizesMichael Brown1-0/+2
2009-04-17[build] Kill off the multiple-object-per-source-file mechanismMichael Brown1-17/+1
2009-04-17[build] Provide mechanism for listing per-target source filesMichael Brown1-0/+28
2009-04-16[build] Pad .rom, .dsk, and .hd images to 512-byte boundariesMichael Brown1-0/+1
2009-03-31[build] Don't assume the existence of "seq"Michael Brown1-1/+9
2009-03-31[efi] Allow building with non-system libbfdMichael Brown1-4/+6
2009-03-31[build] Add --divide to ASFLAGS if supported by the assemblerMichael Brown1-0/+8
2009-03-27[build] Avoid always rebuilding bin/embedded.oMichael Brown1-2/+2
2009-03-26[build] Enable building with the Intel C compiler (icc)Michael Brown1-8/+76
2009-02-24[image] Allow for zero embedded imagesMichael Brown1-4/+0