summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 3fc4e95f72..cbe30234ea 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -48,6 +48,9 @@ SRC := $(wildcard *.c)
48ifeq ($(TARGET), -DARCHOS_FMRECORDER) 48ifeq ($(TARGET), -DARCHOS_FMRECORDER)
49 SCRAMBLE_OPT = -fm 49 SCRAMBLE_OPT = -fm
50endif 50endif
51ifeq ($(TARGET), -DARCHOS_FMRECORDERV2)
52 SCRAMBLE_OPT = -v2
53endif
51 54
52ifeq ($(ANYREC), RECORDER) 55ifeq ($(ANYREC), RECORDER)
53 SRC += $(wildcard recorder/*.c) 56 SRC += $(wildcard recorder/*.c)