1
0
Fork 0
forked from len0rd/rockbox

uh, recorder v2

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

View file

@ -48,7 +48,7 @@ SRC := $(wildcard *.c)
ifeq ($(TARGET), -DARCHOS_FMRECORDER)
SCRAMBLE_OPT = -fm
endif
ifeq ($(TARGET), -DARCHOS_FMRECORDERV2)
ifeq ($(TARGET), -DARCHOS_RECORDERV2)
SCRAMBLE_OPT = -v2
endif