diff options
author | Marty Connor <mdc@etherboot.org> | 2006-08-09 02:30:35 +0000 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2006-08-09 02:30:35 +0000 |
commit | 41af7457a8c731ed358f70ae3c78983893ae84ad (patch) | |
tree | 1049f7efa4a666efb7905e135ce4b0e90393a2fb /src/Makefile | |
parent | 691557281f6dfa5d5e614dc3e9cd69823839ae12 (diff) | |
download | ipxe-41af7457a8c731ed358f70ae3c78983893ae84ad.tar.gz |
Merge of Fredrik Hultin command_line
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index f30651410..856a9a9dd 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. |