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-h120.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config-h120.h') diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h index a7e31c341b..afb848898c 100644 --- a/firmware/export/config-h120.h +++ b/firmware/export/config-h120.h @@ -7,6 +7,9 @@ /* For Rolo and boot loader */ #define MODEL_NUMBER 0 +/* 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