Author: uwe Date: 2008-04-29 14:03:17 +0200 (Tue, 29 Apr 2008) New Revision: 172
Added: buildrom-devel/config/payloads/gpxe.conf Log: Add missing config/payloads/gpxe.conf (trivial).
This at least gives buildrom a chance to build gpxe. It still doesn't build in any way (and even less _works_ in any way), but it's a start.
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de Acked-by: Uwe Hermann uwe@hermann-uwe.de
Added: buildrom-devel/config/payloads/gpxe.conf =================================================================== --- buildrom-devel/config/payloads/gpxe.conf (rev 0) +++ buildrom-devel/config/payloads/gpxe.conf 2008-04-29 12:03:17 UTC (rev 172) @@ -0,0 +1,13 @@ +# Configuration file for the GPXE payload + +# Common configuration options + +PAYLOAD_BUILD=scripts/Makefile.generic + +PAYLOAD_ELF=$(OUTPUT_DIR)/gpxe-payload.elf +PAYLOAD_COMPRESSED=$(OUTPUT_DIR)/gpxe-payload.elf.lzma + +PAYLOAD=gpxe +PAYLOAD-y=gpxe + +PAYLOAD_AND_DEP_MK=$(PACKAGE_DIR)/gpxe/gpxe.mk