diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-06-27 11:03:54 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-06-27 11:03:54 +0000 |
| commit | 1f7975744e6851bbaa756d546257b0bbdda70650 (patch) | |
| tree | 976b4944e9e8271c9429db48ae3c45357ee15691 /apps/Makefile | |
| parent | 5347b1c60f5c986b9b74e7b0db4cdec565c27bbf (diff) | |
| download | rockbox-1f7975744e6851bbaa756d546257b0bbdda70650.zip rockbox-1f7975744e6851bbaa756d546257b0bbdda70650.tar.gz rockbox-1f7975744e6851bbaa756d546257b0bbdda70650.tar.bz2 rockbox-1f7975744e6851bbaa756d546257b0bbdda70650.tar.xz | |
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/Makefile')
| -rw-r--r-- | apps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile index bd00a0a..764544b 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 |