From 0f4141e8e299a4ed639b16a1ccdf7d55b27de03b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 26 Feb 2003 08:23:27 +0000 Subject: 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 --- apps/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/Makefile') diff --git a/apps/Makefile b/apps/Makefile index f033ef3119..68ea23a21a 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -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) -- cgit v1.2.3