aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2006-08-09 03:21:02 +0000
committerMichael Brown <mcb30@etherboot.org>2006-08-09 03:21:02 +0000
commit504a705d9ebebda59710d8bab53670b2be63efe6 (patch)
tree547981e9e8d889a23faaf7b88f66e1c5781096e0 /src/Makefile
parentc9e6c33bba13477fc73ecbded61558e1d2d38793 (diff)
downloadipxe-504a705d9ebebda59710d8bab53670b2be63efe6.tar.gz
Do no evil. :)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 856a9a9dd..78d6c10f9 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -91,7 +91,6 @@ CFLAGS += -I include -I arch/$(ARCH)/include -I . -DARCH=$(ARCH)
CFLAGS += -Os -ffreestanding
CFLAGS += -Wall -W
CFLAGS += -g
-CFLAGS += -DCONSOLE_DUAL -DCOMCONSOLE=0x3F8 -DCONSPEED=9600
CFLAGS += $(EXTRA_CFLAGS)
ASFLAGS += $(EXTRA_ASFLAGS)
LDFLAGS += $(EXTRA_LDFLAGS)