summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 861a0d6651..1ed78d544b 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -33,7 +33,11 @@ ifdef DEBUG
33 CFLAGS += -g 33 CFLAGS += -g
34 LDS := $(FIRMWARE)/gdb.lds 34 LDS := $(FIRMWARE)/gdb.lds
35else 35else
36ifeq ($(TARGET),-DARCHOS_RECORDER)
36 LDS := $(FIRMWARE)/app.lds 37 LDS := $(FIRMWARE)/app.lds
38else
39 LDS := $(FIRMWARE)/player.lds
40endif
37endif 41endif
38 42
39SRC := $(wildcard *.c) 43SRC := $(wildcard *.c)