summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-06-27 11:03:54 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-06-27 11:03:54 +0000
commit1f7975744e6851bbaa756d546257b0bbdda70650 (patch)
tree976b4944e9e8271c9429db48ae3c45357ee15691 /apps
parent5347b1c60f5c986b9b74e7b0db4cdec565c27bbf (diff)
downloadrockbox-1f7975744e6851bbaa756d546257b0bbdda70650.tar.gz
rockbox-1f7975744e6851bbaa756d546257b0bbdda70650.zip
the apps files shouldn't be compiled with -DPLUGIN
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4810 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index bd00a0a204..764544b38b 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -25,7 +25,7 @@ INCLUDES= -I$(FIRMWARE)/include -I$(FIRMWARE)/export -I. -I$(OBJDIR)
CFLAGS = -O -W -Wall -m1 -nostdlib -ffreestanding -Wstrict-prototypes \
-fomit-frame-pointer -fschedule-insns $(INCLUDES) $(TARGET) $(DEFINES) \
--DAPPSVERSION=\"$(VERSION)\" $(EXTRA_DEFINES) -DMEM=${MEM} -DPLUGIN=1
+-DAPPSVERSION=\"$(VERSION)\" $(EXTRA_DEFINES) -DMEM=${MEM}
AFLAGS += -small -relax
# Check if this is a kind of Recorder