summaryrefslogtreecommitdiff
path: root/com32/libutil/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-03-15 16:57:43 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-03-15 16:57:43 -0700
commitc5e9d7a496936b9ea553be6fef4dff74596bbf11 (patch)
tree2157f08931983c62850f657472b0b86d4ed39e7e /com32/libutil/Makefile
parent77481cdf403e4170785fada5a44a0efcd2a357e4 (diff)
downloadsyslinux-c5e9d7a496936b9ea553be6fef4dff74596bbf11.tar.gz
Library functions for manipulating initramfs
Library support for constructing initramfs. This version is *not* complete, as it doesn't take into account alignment requirements properly.
Diffstat (limited to 'com32/libutil/Makefile')
-rw-r--r--com32/libutil/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/com32/libutil/Makefile b/com32/libutil/Makefile
index eaae4156..7e5335fe 100644
--- a/com32/libutil/Makefile
+++ b/com32/libutil/Makefile
@@ -46,8 +46,7 @@ LNXCFLAGS = -I./include -W -Wall -O -g
LNXSFLAGS = -g
LNXLDFLAGS = -g
OBJCOPY = objcopy
-LIBOBJS = ansiline.o ansiraw.o get_key.o idle.o sha1hash.o unbase64.o \
- syslinux/loadfile.o
+LIBOBJS = ansiline.o ansiraw.o get_key.o idle.o sha1hash.o unbase64.o
LNXLIBOBJS = $(patsubst %.o,%.lo,$(LIBOBJS))
.SUFFIXES: .lss .c .lo .o .elf .c32 .lnx