summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/Makefile
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-04 08:34:56 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-04 08:34:56 +0000
commit824cf0c649b45e22e3da2db542babed82f34f6af (patch)
tree086d25162aed933ac519e19438d5193ae54e2671 /apps/plugins/lib/Makefile
parent0a0c4d5379dec1ced3d259641e1f8ab79381cf80 (diff)
downloadrockbox-824cf0c649b45e22e3da2db542babed82f34f6af.tar.gz
rockbox-824cf0c649b45e22e3da2db542babed82f34f6af.zip
CFLAGS is set (target-specific) in the root makefile, don't fiddle with them
here git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5772 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib/Makefile')
-rw-r--r--apps/plugins/lib/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/plugins/lib/Makefile b/apps/plugins/lib/Makefile
index 562d1fc931..b9daf737c4 100644
--- a/apps/plugins/lib/Makefile
+++ b/apps/plugins/lib/Makefile
@@ -20,12 +20,6 @@ endif
20CFLAGS = $(GCCOPTS) \ 20CFLAGS = $(GCCOPTS) \
21$(INCLUDES) $(TARGET) $(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} 21$(INCLUDES) $(TARGET) $(EXTRA_DEFINES) -DMEM=${MEMORYSIZE}
22 22
23ifdef DEBUG
24CFLAGS += -g -DDEBUG
25else
26CFLAGS += -fomit-frame-pointer -fschedule-insns
27endif
28
29SRC := $(shell cat SOURCES | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P -include "config.h" - ) 23SRC := $(shell cat SOURCES | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P -include "config.h" - )
30SOURCES = $(SRC) 24SOURCES = $(SRC)
31OBJS := $(SRC:%.c=$(OBJDIR)/%.o) 25OBJS := $(SRC:%.c=$(OBJDIR)/%.o)