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:
parent
96f519999d
commit
0f4141e8e2
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue