From: Michael Brown Date: Thu, 6 Sep 2007 14:08:41 +0000 (+0100) Subject: Added missing .kpxe prefix. X-Git-Tag: v0.9.3~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a82e6ec2deae5b3fda5aea1e2e8ebd2bda699602;p=thirdparty%2Fipxe.git Added missing .kpxe prefix. --- diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile index 4ab9d8eaa..5e7416cbb 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