aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/etherboot/Config
diff options
context:
space:
mode:
Diffstat (limited to 'tools/firmware/etherboot/Config')
-rw-r--r--tools/firmware/etherboot/Config19
1 files changed, 10 insertions, 9 deletions
diff --git a/tools/firmware/etherboot/Config b/tools/firmware/etherboot/Config
index 5745e9a9ed..c2092cf3b0 100644
--- a/tools/firmware/etherboot/Config
+++ b/tools/firmware/etherboot/Config
@@ -1,13 +1,14 @@
-CFLAGS+= -UASK_BOOT -UBOOT_FIRST
-CFLAGS+= -DASK_BOOT=-1 -DBOOT_FIRST=BOOT_NIC
-CFLAGS+= -UEXIT_ON_FILE_LOAD_ERROR
-CFLAGS+= -DEXIT_ON_FILE_LOAD_ERROR
+NICS = rtl8139 eepro100
-CFLAGS+= -UEXIT_IF_NO_OFFER
-CFLAGS+= -DEXIT_IF_NO_OFFER
+CFLAGS += -UASK_BOOT -UBOOT_FIRST
+CFLAGS += -DASK_BOOT=-1 -DBOOT_FIRST=BOOT_NIC
-CFLAGS+= -UPXE_DHCP_STRICT
-CFLAGS+= -DPXE_DHCP_STRICT
+CFLAGS += -UEXIT_ON_FILE_LOAD_ERROR
+CFLAGS += -DEXIT_ON_FILE_LOAD_ERROR
-# Also, the Makefile arranges for us to use GCC 3
+CFLAGS += -UEXIT_IF_NO_OFFER
+CFLAGS += -DEXIT_IF_NO_OFFER
+
+CFLAGS += -UPXE_DHCP_STRICT
+CFLAGS += -DPXE_DHCP_STRICT