From eeec278d21ae258da9108bbbccf04d977c3d3bfa Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 23 Feb 2006 20:46:33 +0000 Subject: 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 --- apps/plugins/lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/lib/Makefile') diff --git a/apps/plugins/lib/Makefile b/apps/plugins/lib/Makefile index 9b4b0b6..ca9c3f3 100644 --- a/apps/plugins/lib/Makefile +++ b/apps/plugins/lib/Makefile @@ -17,8 +17,8 @@ ifdef APPEXTRA INCLUDES += $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA))) endif -CFLAGS = $(GCCOPTS) \ -$(INCLUDES) $(TARGET) $(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} -DPLUGIN +CFLAGS = $(GCCOPTS) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) \ + -DTARGET_ID=$(TARGET_ID) -DMEM=${MEMORYSIZE} -DPLUGIN # Sectioned compilation for target ifndef SIMVER -- cgit v1.1