diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/Makefile | 3 |
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) ifeq ($(TARGET), -DARCHOS_FMRECORDER) SCRAMBLE_OPT = -fm endif +ifeq ($(TARGET), -DARCHOS_FMRECORDERV2) + SCRAMBLE_OPT = -v2 +endif ifeq ($(ANYREC), RECORDER) SRC += $(wildcard recorder/*.c) |