elflink: Don't compile in debug output by default
authorMatt Fleming <matt.fleming@linux.intel.com>
Fri, 15 Apr 2011 20:03:51 +0000 (21:03 +0100)
committerMatt Fleming <matt.fleming@linux.intel.com>
Tue, 26 Apr 2011 09:06:16 +0000 (10:06 +0100)
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>
com32/lib/Makefile

index dac241a..5d41d7d 100644 (file)
@@ -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 $@ $^