diff options
author | Michael Brown <mcb30@etherboot.org> | 2007-09-06 15:08:41 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2007-09-06 15:08:41 +0100 |
commit | a82e6ec2deae5b3fda5aea1e2e8ebd2bda699602 (patch) | |
tree | 56227e13582d717c388e48dc04547bf249375890 /src/arch | |
parent | 00d93c6dd90b00de6e354d22ddc188d08fabf0b9 (diff) | |
download | ipxe-a82e6ec2deae5b3fda5aea1e2e8ebd2bda699602.tar.gz |
Added missing .kpxe prefix.
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/i386/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |