diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2008-05-29 09:14:32 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2008-05-29 09:14:32 +0000 |
| commit | 43f0770943a3315561dbdcdb2bbb85b7026248b1 (patch) | |
| tree | d6140e40c0b07f36f98aa86020d2c308d1acc960 /firmware | |
| parent | fd3b46c22ca34eabf1e3697ae7d54fb17da804a4 (diff) | |
| download | rockbox-43f0770943a3315561dbdcdb2bbb85b7026248b1.zip rockbox-43f0770943a3315561dbdcdb2bbb85b7026248b1.tar.gz rockbox-43f0770943a3315561dbdcdb2bbb85b7026248b1.tar.bz2 rockbox-43f0770943a3315561dbdcdb2bbb85b7026248b1.tar.xz | |
move the HAS_BUTTONBAR define to the config-<target>.h files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17652 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
| -rw-r--r-- | firmware/export/config-fmrecorder.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-recorder.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-recorderv2.h | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index fd5b0e1..dc45a86 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -21,6 +21,8 @@ #define HAVE_QUICKSCREEN /* define this if you have access to the pitchscreen */ #define HAVE_PITCHSCREEN +/* define this if you have the button bar */ +#define HAS_BUTTONBAR /* define this if you would like tagcache to build on this target */ #define HAVE_TAGCACHE diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h index 63b2d7b..9e26a22 100644 --- a/firmware/export/config-recorder.h +++ b/firmware/export/config-recorder.h @@ -21,6 +21,8 @@ #define HAVE_QUICKSCREEN /* define this if you have access to the pitchscreen */ #define HAVE_PITCHSCREEN +/* define this if you have the button bar */ +#define HAS_BUTTONBAR /* define this if you would like tagcache to build on this target */ #define HAVE_TAGCACHE diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h index 82f7e01..4945d8f 100644 --- a/firmware/export/config-recorderv2.h +++ b/firmware/export/config-recorderv2.h @@ -21,6 +21,8 @@ #define HAVE_QUICKSCREEN /* define this if you have access to the pitchscreen */ #define HAVE_PITCHSCREEN +/* define this if you have the button bar */ +#define HAS_BUTTONBAR /* define this if you would like tagcache to build on this target */ #define HAVE_TAGCACHE |