summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/Makefile
diff options
context:
space:
mode:
authorMichael Brown2006-03-16 18:59:51 +0100
committerMichael Brown2006-03-16 18:59:51 +0100
commitbb7394b041a73f21a8dd880ce9e35f0168326b22 (patch)
tree5afd0d102828a4b9227445d7251aa7f602f8c944 /src/arch/i386/Makefile
parentMerge from Etherboot 5.4 (diff)
parentImport from Etherboot 5.4 (diff)
downloadipxe-bb7394b041a73f21a8dd880ce9e35f0168326b22.tar.gz
ipxe-bb7394b041a73f21a8dd880ce9e35f0168326b22.tar.xz
ipxe-bb7394b041a73f21a8dd880ce9e35f0168326b22.zip
Merge from Etherboot 5.4
Diffstat (limited to 'src/arch/i386/Makefile')
-rw-r--r--src/arch/i386/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile
index 0c258ae81..94b85c807 100644
--- a/src/arch/i386/Makefile
+++ b/src/arch/i386/Makefile
@@ -82,6 +82,10 @@ MEDIA += dsk
OBJS_dskprefix = dskprefix zdskprefix
CFLAGS_zdskprefix = $(CFLAGS_ZPREFIX)
+MEDIA += hd
+OBJS_hdprefix = hdprefix zhdprefix
+CFLAGS_zhdprefix = $(CFLAGS_ZPREFIX)
+
MEDIA += raw
OBJS_rawprefix = rawprefix zrawprefix
CFLAGS_zrawprefix = $(CFLAGS_ZPREFIX)