summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/Makefile b/apps/Makefile
index f033ef3119..68ea23a21a 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -31,11 +31,7 @@ ifdef DEBUG
31 CFLAGS += -g 31 CFLAGS += -g
32 LDS := $(FIRMWARE)/gdb.lds 32 LDS := $(FIRMWARE)/gdb.lds
33else 33else
34ifeq ($(ANYREC), RECORDER)
35 LDS := $(FIRMWARE)/app.lds 34 LDS := $(FIRMWARE)/app.lds
36else
37 LDS := $(FIRMWARE)/player.lds
38endif
39endif 35endif
40 36
41SRC := $(wildcard *.c) 37SRC := $(wildcard *.c)