1
0
Fork 0
forked from len0rd/rockbox

Player builds now use a separate linker control file

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1028 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-06-17 06:49:29 +00:00
parent 64e268a397
commit 0530349c1f

View file

@ -33,7 +33,11 @@ ifdef DEBUG
CFLAGS += -g
LDS := $(FIRMWARE)/gdb.lds
else
ifeq ($(TARGET),-DARCHOS_RECORDER)
LDS := $(FIRMWARE)/app.lds
else
LDS := $(FIRMWARE)/player.lds
endif
endif
SRC := $(wildcard *.c)