summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorJean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>2005-02-12 14:12:10 +0000
committerJean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>2005-02-12 14:12:10 +0000
commitc5d00d82b0905edb13310d9713919674c2172e6a (patch)
tree0f85a51b97503657b2e80ad7ea48367bd0246821 /firmware/export
parent77a0cffc14195487b69532fb6eeaa9f0a907d7e3 (diff)
downloadrockbox-c5d00d82b0905edb13310d9713919674c2172e6a.tar.gz
rockbox-c5d00d82b0905edb13310d9713919674c2172e6a.zip
finished configuration for the Gmini SP
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5936 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index da44e8eaf1..201b5317e3 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -86,6 +86,8 @@
86#include "config-h100.h" 86#include "config-h100.h"
87#elif defined(ARCHOS_GMINI120) 87#elif defined(ARCHOS_GMINI120)
88#include "config-gmini120.h" 88#include "config-gmini120.h"
89#elif defined(ARCHOS_GMINISP)
90#include "config-gminisp.h"
89#else 91#else
90/* no known platform */ 92/* no known platform */
91#endif 93#endif