From 41af7457a8c731ed358f70ae3c78983893ae84ad Mon Sep 17 00:00:00 2001 From: Marty Connor Date: Wed, 9 Aug 2006 02:30:35 +0000 Subject: Merge of Fredrik Hultin command_line --- src/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Makefile') 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. -- cgit v1.2.3-55-g7522