summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-07-09 12:15:21 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-07-09 12:15:21 -0700
commit01915b5e8e6cf01c0ed18debdad743d45659200a (patch)
treef491551b14a16c75b1cf4733db727e62e6bd5e77
parent60f2833c31a57a0a8cc69a0ee6e20692d0cc5157 (diff)
downloadsyslinux-01915b5e8e6cf01c0ed18debdad743d45659200a.tar.gz
com32: add openmem.o to the Makefile
We need openmem.o in the Makefile if it's actually supposed to get built... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--com32/lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/lib/Makefile b/com32/lib/Makefile
index 5e0e15ae..1806ec20 100644
--- a/com32/lib/Makefile
+++ b/com32/lib/Makefile
@@ -38,6 +38,7 @@ LIBOBJS = \
sys/entry.o sys/exit.o sys/argv.o sys/times.o \
sys/fileinfo.o sys/opendev.o sys/read.o sys/write.o sys/ftell.o \
sys/close.o sys/open.o sys/fileread.o sys/fileclose.o \
+ sys/openmem.o \
sys/isatty.o sys/fstat.o \
\
sys/zfile.o sys/zfopen.o \