diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-02-26 08:23:27 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-02-26 08:23:27 +0000 |
commit | 0f4141e8e299a4ed639b16a1ccdf7d55b27de03b (patch) | |
tree | 15c4d21a95a815b6e129a62f6d7f5154b915b773 /apps | |
parent | 96f519999dac695c81090e918c7e482435317f6f (diff) |
use the same .lds file for recorder and player, they were identical anyway!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3342 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/Makefile b/apps/Makefile index f033ef3119..68ea23a21a 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -31,11 +31,7 @@ ifdef DEBUG CFLAGS += -g LDS := $(FIRMWARE)/gdb.lds else -ifeq ($(ANYREC), RECORDER) LDS := $(FIRMWARE)/app.lds -else - LDS := $(FIRMWARE)/player.lds -endif endif SRC := $(wildcard *.c) |