summaryrefslogtreecommitdiffstats
path: root/src/arch
diff options
context:
space:
mode:
authorMichael Brown2006-06-06 17:41:21 +0200
committerMichael Brown2006-06-06 17:41:21 +0200
commit763b7e2ef902d218d96bef24b96bebd41d77be9f (patch)
treeb5a24e17d93436a5012248cd1e2c5ff753d12153 /src/arch
parentCut out almost all the optional code paths, drastically simplifying the (diff)
downloadipxe-763b7e2ef902d218d96bef24b96bebd41d77be9f.tar.gz
ipxe-763b7e2ef902d218d96bef24b96bebd41d77be9f.tar.xz
ipxe-763b7e2ef902d218d96bef24b96bebd41d77be9f.zip
We now have just romprefix, rather than having isaprefix and pciprefix
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/i386/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile
index c1c21e580..33a2d6352 100644
--- a/src/arch/i386/Makefile
+++ b/src/arch/i386/Makefile
@@ -45,11 +45,8 @@ LDSCRIPT = arch/i386/scripts/i386.lds
CFLAGS_ZPREFIX = -DCOMPRESS
MEDIA += rom
-OBJS_romprefix = isaprefix zisaprefix pciprefix zpciprefix
-CFLAGS_isaprefix =
-CFLAGS_zisaprefix = $(CFLAGS_ZPREFIX)
-CFLAGS_pciprefix = -DPCI_PNP_HEADER
-CFLAGS_zpciprefix = $(CFLAGS_pciprefix) $(CFLAGS_ZPREFIX)
+OBJS_romprefix = romprefix zromprefix
+CFLAGS_zromprefix = $(CFLAGS_ZPREFIX)
MEDIA += pxe
OBJS_pxeprefix = pxeprefix zpxeprefix