summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/Makefile.pcbios
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/Makefile.pcbios')
-rw-r--r--src/arch/i386/Makefile.pcbios2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/i386/Makefile.pcbios b/src/arch/i386/Makefile.pcbios
index ff555593..55ba11d7 100644
--- a/src/arch/i386/Makefile.pcbios
+++ b/src/arch/i386/Makefile.pcbios
@@ -11,6 +11,7 @@ LDFLAGS += -N --no-check-sections
# Media types.
#
MEDIA += rom
+MEDIA += hrom
MEDIA += pxe
MEDIA += kpxe
MEDIA += kkpxe
@@ -30,6 +31,7 @@ MEDIA += exe
# Padding rules
#
PAD_rom = $(PADIMG) --blksize=512 --byte=0xff $@
+PAD_hrom = $(PAD_rom)
PAD_dsk = $(PADIMG) --blksize=512 $@
PAD_hd = $(PADIMG) --blksize=32768 $@