summaryrefslogtreecommitdiff
path: root/com32/lib/Makefile
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@linux.intel.com>2011-04-15 21:03:51 +0100
committerMatt Fleming <matt.fleming@linux.intel.com>2011-04-26 10:06:16 +0100
commit24413ca435166f612280889db2559eb23273869b (patch)
treeea7711d262cb09f5f903e00f1596daea7d3ac81d /com32/lib/Makefile
parent10bbdc271f2c8457748d01efb466e881dd1c361e (diff)
downloadsyslinux-24413ca435166f612280889db2559eb23273869b.tar.gz
elflink: Don't compile in debug output by default
Turn off ELF_DEBUG, we really don't need to see the "[ELF] MODULE UNLOADED" message everytime we finish executing an ELF module. Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
Diffstat (limited to 'com32/lib/Makefile')
-rw-r--r--com32/lib/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/com32/lib/Makefile b/com32/lib/Makefile
index dac241ae..5d41d7d9 100644
--- a/com32/lib/Makefile
+++ b/com32/lib/Makefile
@@ -212,7 +212,6 @@ libcom32.c32 : $(LIBOBJS)
rm -f $@
$(LD) -shared $(LDFLAGS) -o $@ $^
-$(LIBMODULE_OBJS) : CFLAGS += -DELF_DEBUG
libcom32min.a : $(MINLIBOBJS)
rm -f $@
$(AR) cq $@ $^