aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Expand)AuthorFilesLines
2009-03-02[release] Update version to 0.9.7 for releasev0.9.7Michael Brown1-2/+2
2009-01-08[dhcp] Include gPXE version number within DHCP requestMichael Brown1-0/+1
2009-01-08[efi] Add efirom utility and .efirom image formatMichael Brown1-0/+1
2009-01-07[efi] Use elf2efi utility in place of efilinkMichael Brown1-1/+2
2008-12-04[efi] Use EFI-native mechanism for accessing SMBIOS tableMichael Brown1-1/+1
2008-11-23[release] Update version to 0.9.6+ post releaseMarty Connor1-1/+1
2008-11-23[release] Update version to 0.9.6 for releasev0.9.6Marty Connor1-2/+2
2008-10-13[efi] Add EFI image format and basic runtime environmentMichael Brown1-1/+2
2008-10-08[makefile] Split config.h out into config/*.h and kill off mkconfig.plMichael Brown1-1/+0
2008-10-08[makefile] Add support for multiple build platformsMichael Brown1-105/+68
2008-10-07[makefile] Kill off arch/$(ARCH)/ConfigMichael Brown1-13/+0
2008-09-30[makefile] Quote argument to sed containing []H. Peter Anvin1-1/+1
2008-09-30[makefile] Avoid using ?=H. Peter Anvin1-2/+2
2008-07-04[phantom] Add support for NetXen Phantom NICsMichael Brown1-0/+1
2008-06-30[Config] remove src/ConfigH. Peter Anvin1-5/+0
2008-06-09[Makefile] Add $(BIN)/undionly.kpxe as default build targetMarty Connor1-1/+1
2008-05-23[Makefile] Remove obsolete SRCDIRSMichael Brown1-2/+0
2008-01-08Added the embedded pxelinux payload patch from hpa.Michael Brown1-0/+4
2008-01-02Unconditionally set utility program variables in Makefile to allow CROSS_COMP...Marty Connor1-54/+52
2007-12-07Yet another attempt to autodetect an appropriate "echo -e".Michael Brown1-0/+1
2007-12-08Another (hopefully more robust) attempt to find a usable substituteMichael Brown1-19/+2
2007-12-07Avoid Makefile syntax that requires make >= 3.81.Michael Brown1-8/+14
2007-12-07Try to fix echo-detection to work on all systems that provide anyMichael Brown1-1/+12
2007-11-18Fix typo.Marty Connor1-2/+1
2007-11-18Add e1000 directory to build, since the driver compiles cleanly.Marty Connor1-0/+1
2007-11-18Add src/drivers/net/e1000 as home of new e1000 driverMarty Connor1-0/+1
2007-09-18Separated out to a clean new drivers/infiniband directory.Michael Brown1-5/+1
2007-09-11Merge branch 'master' into 3leaf-rewriteMichael Brown1-22/+23
2007-09-08Use "/bin/echo -e" instead of shell builtin echo; some shells don'tMichael Brown1-22/+23
2007-08-18Very quick and very dirty hack to get the Mellanox code buildingMichael Brown1-0/+5
2007-08-09Build the all-driver images by default, and print instructions for usage.Michael Brown1-25/+17
2007-08-02include more changes for x86_64Holger Lubitz1-0/+2
2007-07-30Import various libgcc functions from syslinux.Michael Brown1-0/+1
2007-07-24Allow -Werror to be temporarily disabled using "make NO_WERROR=1"Michael Brown1-1/+5
2007-07-24We can finally enable -Werror :)Michael Brown1-1/+1
2007-07-22Add NIC to targets that are always made.Marty Connor1-5/+5
2007-07-16Kill off redundant references to the .zprefixes.Michael Brown1-4/+4
2007-07-16Compressed ROM images now work.Michael Brown1-0/+1
2007-07-16Split the objcopy stage out of final image preparation to a separateMichael Brown1-0/+1
2007-07-16Revert "no need for depending on build library ("blib")"Michael Brown1-1/+1
2007-07-09Update Makefile for compilation on ARCH=x86_64Holger Lubitz1-0/+6
2007-07-05Pad ROM images to 512 bytes, not powers of twoMichael Brown1-1/+1
2007-03-02Add warning about formats that are not working until we fix themMarty Connor1-3/+7
2007-01-31Made most of the build much quieterMichael Brown1-6/+6
2007-01-26Add matrixssl directoryMichael Brown1-1/+1
2007-01-26Build external axtls codeMichael Brown1-1/+1
2007-01-18Allow truly arbitrary debug levels to be specified via DEBUG=Michael Brown1-3/+2
2007-01-11Add image directory back inMichael Brown1-1/+1
2007-01-10Remove uIP; we haven't used it for quite some time now.Michael Brown1-1/+1
2006-12-20Split the (quick hack) boot logic out from main.c to autoboot.c, add aMichael Brown1-0/+1