diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-12-19 11:13:58 +0000 |
---|---|---|
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-12-19 11:13:58 +0000 |
commit | 40ec54305250e9a4a5e54a293abb974121d4a110 (patch) | |
tree | 7b96a79ea493ea18432eb73efa3c1954e6699b5f /firmware/export/config.h | |
parent | 9bf93ba0075adf2b9e3291497e06918634d39880 (diff) | |
download | rockbox-40ec54305250e9a4a5e54a293abb974121d4a110.tar.gz rockbox-40ec54305250e9a4a5e54a293abb974121d4a110.zip |
* Add support for Onda VX747+ (FS#9674 by Olivier Barbut)
* Fix Onda VX767 support
* Small cleanup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19481 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rwxr-xr-x[-rw-r--r--] | firmware/export/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 221e9a8124..75aa76a898 100644..100755 --- a/firmware/export/config.h +++ b/firmware/export/config.h | |||
@@ -316,6 +316,8 @@ | |||
316 | #include "config-meizu-m3.h" | 316 | #include "config-meizu-m3.h" |
317 | #elif defined(ONDA_VX747) | 317 | #elif defined(ONDA_VX747) |
318 | #include "config-ondavx747.h" | 318 | #include "config-ondavx747.h" |
319 | #elif defined(ONDA_VX747P) | ||
320 | #include "config-ondavx747p.h" | ||
319 | #elif defined(ONDA_VX767) | 321 | #elif defined(ONDA_VX767) |
320 | #include "config-ondavx767.h" | 322 | #include "config-ondavx767.h" |
321 | #elif defined(SANSA_CLIP) | 323 | #elif defined(SANSA_CLIP) |
@@ -634,4 +636,8 @@ | |||
634 | #define STORAGE_GET_INFO | 636 | #define STORAGE_GET_INFO |
635 | #endif | 637 | #endif |
636 | 638 | ||
639 | #ifdef CPU_MIPS | ||
640 | #include <stdbool.h> /* MIPS GCC fix? */ | ||
641 | #endif | ||
642 | |||
637 | #endif /* __CONFIG_H__ */ | 643 | #endif /* __CONFIG_H__ */ |