From be40427baeacb88e27a4d8117addd60ca1fbc4c7 Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Thu, 27 Mar 2008 10:58:36 +0000 Subject: 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 --- firmware/export/config-mrobe500.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config-mrobe500.h') diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h index 53fc942856..44a5868b73 100644 --- a/firmware/export/config-mrobe500.h +++ b/firmware/export/config-mrobe500.h @@ -29,6 +29,9 @@ /* For Rolo and boot loader */ #define MODEL_NUMBER 22 +/* define this if you use an ATA controller */ +#define HAVE_ATA + /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP -- cgit v1.2.3