summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-02-07 11:15:30 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-02-07 11:15:30 +0000
commit3c7e299cf35fa4f8cadaaed4afe9cb164871c586 (patch)
tree8140ddb53bec8596fa82488358ff97f3c6fb1521 /firmware/export
parent4d3a020f274d49c2b8f10cfdad8c67aaa153bebe (diff)
downloadrockbox-3c7e299cf35fa4f8cadaaed4afe9cb164871c586.tar.gz
rockbox-3c7e299cf35fa4f8cadaaed4afe9cb164871c586.zip
Simplify conditions for including serial port support (it's now HAVE_SERIAL). This should save a little binsize and RAM for target that don't have/use a serial port.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19936 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-ipod4g.h1
-rw-r--r--firmware/export/config-ipodcolor.h1
-rw-r--r--firmware/export/config-ipodnano.h1
-rw-r--r--firmware/export/config-ipodvideo.h1
-rw-r--r--firmware/export/config-player.h2
-rw-r--r--firmware/export/config-recorder.h2
6 files changed, 8 insertions, 0 deletions
diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h
index f6c71f39d8..e2aaa96ded 100644
--- a/firmware/export/config-ipod4g.h
+++ b/firmware/export/config-ipod4g.h
@@ -187,5 +187,6 @@
187#define ICODE_ATTR_TREMOR_NOT_MDCT 187#define ICODE_ATTR_TREMOR_NOT_MDCT
188 188
189#define IPOD_ACCESSORY_PROTOCOL 189#define IPOD_ACCESSORY_PROTOCOL
190#define HAVE_SERIAL
190 191
191#endif 192#endif
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h
index 58a888a969..e7395919d6 100644
--- a/firmware/export/config-ipodcolor.h
+++ b/firmware/export/config-ipodcolor.h
@@ -167,5 +167,6 @@
167#define ICODE_ATTR_TREMOR_NOT_MDCT 167#define ICODE_ATTR_TREMOR_NOT_MDCT
168 168
169#define IPOD_ACCESSORY_PROTOCOL 169#define IPOD_ACCESSORY_PROTOCOL
170#define HAVE_SERIAL
170 171
171#endif 172#endif
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index 1d82ec4428..3bf44b3abe 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -177,5 +177,6 @@
177#define ICODE_ATTR_TREMOR_NOT_MDCT 177#define ICODE_ATTR_TREMOR_NOT_MDCT
178 178
179#define IPOD_ACCESSORY_PROTOCOL 179#define IPOD_ACCESSORY_PROTOCOL
180#define HAVE_SERIAL
180 181
181#endif 182#endif
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h
index b658a9b3f8..d3e8dc0140 100644
--- a/firmware/export/config-ipodvideo.h
+++ b/firmware/export/config-ipodvideo.h
@@ -199,5 +199,6 @@
199#define ICODE_ATTR_TREMOR_NOT_MDCT 199#define ICODE_ATTR_TREMOR_NOT_MDCT
200 200
201#define IPOD_ACCESSORY_PROTOCOL 201#define IPOD_ACCESSORY_PROTOCOL
202#define HAVE_SERIAL
202 203
203#endif 204#endif
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index 9008212a17..91d97abd97 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -100,3 +100,5 @@
100#define MAX_CONTRAST_SETTING 31 100#define MAX_CONTRAST_SETTING 31
101#define DEFAULT_CONTRAST_SETTING 30 101#define DEFAULT_CONTRAST_SETTING 30
102 102
103#define HAVE_SERIAL
104
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index ff74eef402..f0a513851f 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -120,3 +120,5 @@
120#define MIN_CONTRAST_SETTING 5 120#define MIN_CONTRAST_SETTING 5
121#define MAX_CONTRAST_SETTING 63 121#define MAX_CONTRAST_SETTING 63
122 122
123#define HAVE_SERIAL
124