1
0
Fork 0
forked from len0rd/rockbox

use v2 scrambling for recorder v2

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4038 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2003-11-19 06:42:07 +00:00
parent d81ee8c468
commit fbd36a8180

View file

@ -48,6 +48,9 @@ SRC := $(wildcard *.c)
ifeq ($(TARGET), -DARCHOS_FMRECORDER) ifeq ($(TARGET), -DARCHOS_FMRECORDER)
SCRAMBLE_OPT = -fm SCRAMBLE_OPT = -fm
endif endif
ifeq ($(TARGET), -DARCHOS_FMRECORDERV2)
SCRAMBLE_OPT = -v2
endif
ifeq ($(ANYREC), RECORDER) ifeq ($(ANYREC), RECORDER)
SRC += $(wildcard recorder/*.c) SRC += $(wildcard recorder/*.c)