From 0530349c1f0c118bfb72e378ae88d85ce88fc5bf Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 17 Jun 2002 06:49:29 +0000 Subject: Player builds now use a separate linker control file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1028 a1c6a512-1295-4272-9138-f99709370657 --- apps/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/Makefile') diff --git a/apps/Makefile b/apps/Makefile index 861a0d6651..1ed78d544b 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -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) -- cgit v1.2.3