summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/Makefile
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-02-23 20:46:33 +0000
committerJens Arnold <amiconn@rockbox.org>2006-02-23 20:46:33 +0000
commiteeec278d21ae258da9108bbbccf04d977c3d3bfa (patch)
treebcb651133b076f9adc62f25f72369db32bfdf4f8 /apps/plugins/lib/Makefile
parentdf25cd5376a34898702b173e4d52badc088afa9f (diff)
downloadrockbox-eeec278d21ae258da9108bbbccf04d977c3d3bfa.tar.gz
rockbox-eeec278d21ae258da9108bbbccf04d977c3d3bfa.zip
Made the overlay loader code part of the plugin library.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8813 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib/Makefile')
-rw-r--r--apps/plugins/lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/lib/Makefile b/apps/plugins/lib/Makefile
index 9b4b0b6286..ca9c3f3576 100644
--- a/apps/plugins/lib/Makefile
+++ b/apps/plugins/lib/Makefile
@@ -17,8 +17,8 @@ ifdef APPEXTRA
17 INCLUDES += $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA))) 17 INCLUDES += $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA)))
18endif 18endif
19 19
20CFLAGS = $(GCCOPTS) \ 20CFLAGS = $(GCCOPTS) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) \
21$(INCLUDES) $(TARGET) $(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} -DPLUGIN 21 -DTARGET_ID=$(TARGET_ID) -DMEM=${MEMORYSIZE} -DPLUGIN
22 22
23# Sectioned compilation for target 23# Sectioned compilation for target
24ifndef SIMVER 24ifndef SIMVER