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
This commit is contained in:
Daniel Stenberg 2003-02-26 08:23:27 +00:00
parent 96f519999d
commit 0f4141e8e2

View file

@ -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)