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 861a0d6..1ed78d5 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)