Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[prefix] Remove unsupported ELF prefices
The .elf, .elfd, .lmelf, and .lmelfd prefices were brought over from
legacy Etherboot and they do not build in gPXE.  This patch removes the
ELF prefices.

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Marty Connor <mdc@etherboot.org>
  • Loading branch information
stefanha authored and Marty Connor committed Feb 1, 2010
1 parent 9a89f0d commit 1056a1c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 514 deletions.
4 changes: 0 additions & 4 deletions src/arch/i386/Makefile.pcbios
Expand Up @@ -16,10 +16,6 @@ MEDIA += xrom
MEDIA += pxe
MEDIA += kpxe
MEDIA += kkpxe
MEDIA += elf
MEDIA += elfd
MEDIA += lmelf
MEDIA += lmelfd
MEDIA += lkrn
MEDIA += dsk
MEDIA += nbi
Expand Down
94 changes: 0 additions & 94 deletions src/arch/i386/prefix/elf_dprefix.S

This file was deleted.

94 changes: 0 additions & 94 deletions src/arch/i386/prefix/elfprefix.S

This file was deleted.

161 changes: 0 additions & 161 deletions src/arch/i386/prefix/lmelf_dprefix.S

This file was deleted.

0 comments on commit 1056a1c

Please sign in to comment.