summaryrefslogtreecommitdiffstats
path: root/src/Makefile.housekeeping
Commit message (Expand)AuthorAgeFilesLines
* [prefix] Add .xrom prefix for a ROM that loads itself by PCI accessesJoshua Oreman2010-01-201-0/+2
* [makefile] Allow .sizes target to work with funny-named objectsJoshua Oreman2010-01-141-1/+1
* [prefix] Add .hrom prefix for a ROM that loads high under PCI3 without PMMJoshua Oreman2010-01-141-0/+1
* [build] Fix DEBUG builds for filenames with hyphensJoshua Oreman2009-10-151-1/+1
* [doc] Expand scope of doxygen-generated documentationMichael Brown2009-08-111-5/+18
* [build] Add -fno-dwarf2-cfi-asm to CFLAGS if supported by the gcc in useMichael Brown2009-05-271-0/+10
* [legal] Add licence.pl and %.licence make targetMichael Brown2009-05-181-1/+19
* [build] Automatically sort the list of constituent object sizesMichael Brown2009-04-181-1/+2
* [build] Provide mechanism for listing constituent object sizesMichael Brown2009-04-181-0/+2
* [build] Kill off the multiple-object-per-source-file mechanismMichael Brown2009-04-171-17/+1Star
* [build] Provide mechanism for listing per-target source filesMichael Brown2009-04-171-0/+28
* [build] Pad .rom, .dsk, and .hd images to 512-byte boundariesMichael Brown2009-04-161-0/+1
* [build] Don't assume the existence of "seq"Michael Brown2009-03-311-1/+9
* [efi] Allow building with non-system libbfdMichael Brown2009-03-311-4/+6
* [build] Add --divide to ASFLAGS if supported by the assemblerMichael Brown2009-03-311-0/+8
* [build] Avoid always rebuilding bin/embedded.oMichael Brown2009-03-271-2/+2
* [build] Enable building with the Intel C compiler (icc)Michael Brown2009-03-261-8/+76
* [image] Allow for zero embedded imagesMichael Brown2009-02-241-4/+0Star
* [build] Allow NO_WERROR=1 to inhibit --fatal-warnings as well as -WerrorMichael Brown2009-02-161-1/+1
* [image] Allow multiple embedded imagesMichael Brown2009-02-161-9/+33
* [build] Treat warnings as errors in assembly filesMichael Brown2009-02-151-0/+1
* [efi] Add efirom utility and .efirom image formatMichael Brown2009-01-081-2/+9
* [efi] Use elf2efi utility in place of efilinkMichael Brown2009-01-071-4/+9
* [build] Explicitly link efilink against -libertyMichael Brown2008-11-191-1/+1
* [build] Fix building on FreeBSDMichael Brown2008-10-171-0/+8
* [efi] Add EFI image format and basic runtime environmentMichael Brown2008-10-131-0/+9
* [makefile] Add -Wformat-nonliteral as an extra warning categoryMichael Brown2008-10-101-1/+1
* [makefile] Inhibit warnings if AUTO_DEPS or MEDIA_DEPS are empty listsMichael Brown2008-10-101-0/+4
* [makefile] Add missing dependency on arch/$(ARCH)/Makefile to MAKEDEPSMichael Brown2008-10-101-0/+1
* [makefile] Split config.h out into config/*.h and kill off mkconfig.plMichael Brown2008-10-081-8/+0Star
* [makefile] Add support for multiple build platformsMichael Brown2008-10-081-103/+310
* [makefile] Fix -fno-stack-protector test on older versions of gccMichael Brown2008-10-011-1/+2
* [release] Update version to 0.9.5+ post releaseMarty Connor2008-10-011-1/+1
* [release] Update version to 0.9.5 for releasev0.9.5Marty Connor2008-10-011-2/+2
* [makefile] Avoid using ?=H. Peter Anvin2008-09-301-4/+4
* [release] Update version post release to 0.9.4+Marty Connor2008-09-261-1/+1
* [release] Update version information for 0.9.4 releasev0.9.4Marty Connor2008-09-261-2/+2
* [makefile] Suppress "No such file or directory" warnings at start of buildMichael Brown2008-07-241-2/+2
* [Config] remove src/ConfigH. Peter Anvin2008-06-301-1/+1
* [Makefile] Add "+" to end of version string for git-generated imagesMarty Connor2008-06-061-1/+1
* [Makefile] Use .PRECIOUS instead of .SECONDARY for bin/%.tmp targetsMichael Brown2008-06-061-1/+1
* [util] config-local.h to avoid accidental commitsStefan Hajnoczi2008-06-051-2/+2
* [Makefile] Quick hack: always define pci_{vendor,device}_idMichael Brown2008-04-231-2/+2
* [Makefile] Use -MM instead of -M in dependency generationMichael Brown2008-03-241-1/+1
* Make tarball generation quieterv0.9.3Marty Connor2008-02-141-1/+1
* Updated $(VERSION) for release. Change tarball generation.Marty Connor2008-02-141-14/+19
* Added the embedded pxelinux payload patch from hpa.Michael Brown2008-01-081-0/+8
* Use .SECONDARY instead of .PRECIOUS for bin/%.tmp targets.Michael Brown2008-01-071-1/+1
* Retain some intermediate object files, suggested by Geert Stappers and Alexey...Marty Connor2007-12-281-0/+3
* Autodetect whether or not we need to be using -fno-stack-protector.Michael Brown2007-12-151-0/+8