summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorderv2.h
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2008-03-27 10:58:36 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2008-03-27 10:58:36 +0000
commitbe40427baeacb88e27a4d8117addd60ca1fbc4c7 (patch)
tree32b8f07d1800d44c7af52d6539232f6af0019573 /firmware/export/config-recorderv2.h
parent2364bc213c9dd58c9e4c3faee28b766482f4de8b (diff)
downloadrockbox-be40427baeacb88e27a4d8117addd60ca1fbc4c7.tar.gz
rockbox-be40427baeacb88e27a4d8117addd60ca1fbc4c7.zip
use HAVE_ATA to decide if ata.c should be compiled
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16842 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-recorderv2.h')
-rw-r--r--firmware/export/config-recorderv2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index f15879e41b..82f7e01541 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -1,3 +1,6 @@
1/* define this if you use an ATA controller */
2#define HAVE_ATA
3
1/* define this if you have recording possibility */ 4/* define this if you have recording possibility */
2#define HAVE_RECORDING 5#define HAVE_RECORDING
3 6