summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2007-07-16 14:15:12 +0200
committerMichael Brown2007-07-16 14:15:12 +0200
commit389204713f044f3fabad1d2ff2b9d2ae6d16a1cb (patch)
treebd8720b3bba481bb7d82e4e1c0dcaea3c2126251 /src
parentAdd __bss16() macro, and allow use of .bss16 section by removing (diff)
downloadipxe-389204713f044f3fabad1d2ff2b9d2ae6d16a1cb.tar.gz
ipxe-389204713f044f3fabad1d2ff2b9d2ae6d16a1cb.tar.xz
ipxe-389204713f044f3fabad1d2ff2b9d2ae6d16a1cb.zip
Kill off some long-redundant CFLAGS
Diffstat (limited to 'src')
-rw-r--r--src/Config8
-rw-r--r--src/arch/i386/Config2
2 files changed, 5 insertions, 5 deletions
diff --git a/src/Config b/src/Config
index aa11dd3c4..1c0cb1eee 100644
--- a/src/Config
+++ b/src/Config
@@ -220,7 +220,7 @@
# For prompting and default on timeout
-CFLAGS+= -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC
+# CFLAGS+= -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC
# If you would like to attempt to boot from other devices as well as the network.
# CFLAGS+= -DBOOT_SECOND=BOOT_FLOPPY
# CFLAGS+= -DBOOT_THIRD=BOOT_DISK
@@ -288,7 +288,7 @@ CFLAGS+= -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC
# This option should be enabled unless you have a legacy DHCP server
# configuration from the bad old days before the use of
# encapsulated Etherboot options.
-CFLAGS+= -DALLOW_ONLY_ENCAPSULATED
+# CFLAGS+= -DALLOW_ONLY_ENCAPSULATED
# Disable DHCP support
# CFLAGS+= -DNO_DHCP_SUPPORT
@@ -300,7 +300,7 @@ CFLAGS+= -DALLOW_ONLY_ENCAPSULATED
# Limit the delay on packet loss/congestion to a more bearable value. See
# description above. If unset, do not limit the delay between resend.
-CFLAGS+= -DBACKOFF_LIMIT=5 -DCONGESTED
+# CFLAGS+= -DBACKOFF_LIMIT=5 -DCONGESTED
# More optional features
# CFLAGS+= -DTRY_FLOPPY_FIRST=4
@@ -311,7 +311,7 @@ CFLAGS+= -DBACKOFF_LIMIT=5 -DCONGESTED
# CFLAGS+= -DALLMULTI -DMULTICAST_LEVEL1 -DMULTICAST_LEVEL2
# Etherboot as a PXE network protocol ROM
-CFLAGS+= -DPXE_IMAGE -DPXE_EXPORT
+# CFLAGS+= -DPXE_IMAGE -DPXE_EXPORT
# Etherboot stricter as a PXE network protocol ROM
# CFLAGS+= -DPXE_DHCP_STRICT
diff --git a/src/arch/i386/Config b/src/arch/i386/Config
index b4335b39a..877913210 100644
--- a/src/arch/i386/Config
+++ b/src/arch/i386/Config
@@ -97,7 +97,7 @@
# @/OptionDescription@
# BIOS select don't change unless you know what you are doing
-CFLAGS+= -DPCBIOS
+# CFLAGS+= -DPCBIOS
# Compile in k8/hammer support
# CFLAGS+= -DCONFIG_X86_64