diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2003-11-19 07:14:19 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2003-11-19 07:14:19 +0000 |
| commit | e6cf70a613ac81486b9fdbda4ff6d88c73e57670 (patch) | |
| tree | f0af997c7e6c34faedd1db70c74d9bb9b0224db3 /apps | |
| parent | fbd36a8180832b6e77c6a9093bb040e370544319 (diff) | |
| download | rockbox-e6cf70a613ac81486b9fdbda4ff6d88c73e57670.zip rockbox-e6cf70a613ac81486b9fdbda4ff6d88c73e57670.tar.gz rockbox-e6cf70a613ac81486b9fdbda4ff6d88c73e57670.tar.bz2 rockbox-e6cf70a613ac81486b9fdbda4ff6d88c73e57670.tar.xz | |
uh, recorder v2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4039 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile index cbe3023..ee406e2 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -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 |