aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2009-11-21Make the kconfig-style build work in mingw:Patrick Georgi
2009-11-12Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson
2009-10-31Only remove .xcompile with distclean. Look for crossgcc in util.Myles Watson
2009-10-28Remove all build/ prefixes in the build output.Uwe Hermann
2009-10-28Replace hard coded build with $(obj) paths.Myles Watson
2009-10-27Prefix all build output file names of files which end up in the buildUwe Hermann
2009-10-27Improve coreboot build output and eliminate some warnings:Uwe Hermann
2009-10-05Backport facility to specify a local coreboot version suffix from v3.Uwe Hermann
2009-09-29Remove MAINBOARD_OPTIONS, which is a relic from earlyPatrick Georgi
2009-09-25some progress on kconfig:Patrick Georgi
2009-09-23Separate payload compression from stage compression.Myles Watson
2009-09-22src/Kconfig: Remove HT-specific options.Myles Watson
2009-08-28Add Kconfig support for PCI option ROMS.Myles Watson
2009-08-27Revert test for pre-commit hook functionality. Commits are now checked for pr...Patrick Georgi
2009-08-27testPatrick Georgi
2009-08-26Set the LIBGCC_FILE_NAME to fix problems with libgcc.a.Harald Gutmann
2009-08-25Use the gnu make .SILENT: mechanism instead of requiringPatrick Georgi
2009-08-25Improve build output.Uwe Hermann
2009-08-25Properly check for the LZMA compression variable, and fix a printPatrick Georgi
2009-08-12Kconfig!Patrick Georgi