summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMarty Connor2006-08-09 04:30:35 +0200
committerMarty Connor2006-08-09 04:30:35 +0200
commit41af7457a8c731ed358f70ae3c78983893ae84ad (patch)
tree1049f7efa4a666efb7905e135ce4b0e90393a2fb /src/Makefile
parentAdd a couple of small but vital parts to PXENV_UDP_WRITE. (diff)
downloadipxe-41af7457a8c731ed358f70ae3c78983893ae84ad.tar.gz
ipxe-41af7457a8c731ed358f70ae3c78983893ae84ad.tar.xz
ipxe-41af7457a8c731ed358f70ae3c78983893ae84ad.zip
Merge of Fredrik Hultin command_line
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index f3065141..856a9a9d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -91,6 +91,7 @@ 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)
@@ -145,6 +146,8 @@ SRCDIRS += interface/pxe
SRCDIRS += tests
SRCDIRS += crypto
SRCDIRS += hci/mucurses
+SRCDIRS += commandline
+SRCDIRS += commandline/commands
# NON_AUTO_SRCS lists files that are excluded from the normal
# automatic build system.