From a82e6ec2deae5b3fda5aea1e2e8ebd2bda699602 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 6 Sep 2007 15:08:41 +0100 Subject: [PATCH] Added missing .kpxe prefix. --- 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