diff options
| author | Michael Brown | 2006-08-09 05:21:02 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-08-09 05:21:02 +0200 |
| commit | 504a705d9ebebda59710d8bab53670b2be63efe6 (patch) | |
| tree | 547981e9e8d889a23faaf7b88f66e1c5781096e0 /src | |
| parent | Attempt a PXE NBP boot as the TFTP test. (diff) | |
| download | ipxe-504a705d9ebebda59710d8bab53670b2be63efe6.tar.gz ipxe-504a705d9ebebda59710d8bab53670b2be63efe6.tar.xz ipxe-504a705d9ebebda59710d8bab53670b2be63efe6.zip | |
Do no evil. :)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 1 |
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) |
