summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-26 08:23:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-26 08:23:27 +0000
commit0f4141e8e299a4ed639b16a1ccdf7d55b27de03b (patch)
tree15c4d21a95a815b6e129a62f6d7f5154b915b773 /apps
parent96f519999dac695c81090e918c7e482435317f6f (diff)
downloadrockbox-0f4141e8e299a4ed639b16a1ccdf7d55b27de03b.tar.gz
rockbox-0f4141e8e299a4ed639b16a1ccdf7d55b27de03b.zip
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/Makefile4
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
31 CFLAGS += -g 31 CFLAGS += -g
32 LDS := $(FIRMWARE)/gdb.lds 32 LDS := $(FIRMWARE)/gdb.lds
33else 33else
34ifeq ($(ANYREC), RECORDER)
35 LDS := $(FIRMWARE)/app.lds 34 LDS := $(FIRMWARE)/app.lds
36else
37 LDS := $(FIRMWARE)/player.lds
38endif
39endif 35endif
40 36
41SRC := $(wildcard *.c) 37SRC := $(wildcard *.c)