From fbec308f41a7be8a2ad832b92b621e70af82bbf1 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 8 Sep 2007 15:57:01 +0100 Subject: [PATCH] Re-added the kpxe prefix. I have no idea when this disappeared. --- src/arch/i386/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile index 4ab9d8ea..5e7416cb 100644 --- a/src/arch/i386/Makefile +++ b/src/arch/i386/Makefile @@ -38,6 +38,7 @@ LDSCRIPT = arch/i386/scripts/i386.lds # MEDIA += rom MEDIA += pxe +MEDIA += kpxe MEDIA += elf MEDIA += elfd MEDIA += lmelf