summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2005-03-09 15:11:45 +0100
committerMichael Brown2005-03-09 15:11:45 +0100
commit168973a5d77cbfbbcfbe7ab36066c47ad35e0c56 (patch)
treeb728aa87aa991e7ac27b8798fa0cccae750f3db6 /src
parentObsolete; not referenced by anything. (diff)
downloadipxe-168973a5d77cbfbbcfbe7ab36066c47ad35e0c56.tar.gz
ipxe-168973a5d77cbfbbcfbe7ab36066c47ad35e0c56.tar.xz
ipxe-168973a5d77cbfbbcfbe7ab36066c47ad35e0c56.zip
Obsolete; not reference by anything.
Diffstat (limited to 'src')
-rw-r--r--src/arch/i386/prefix/huf.lds6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/i386/prefix/huf.lds b/src/arch/i386/prefix/huf.lds
deleted file mode 100644
index 1e8da162f..000000000
--- a/src/arch/i386/prefix/huf.lds
+++ /dev/null
@@ -1,6 +0,0 @@
-OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
-OUTPUT_ARCH(i386)
-
-SECTIONS {
- .huf : { *(*) }
-}