summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-12-12 13:29:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-12-12 13:29:11 +0000
commit8d69f78423978e20997b34709d5b6d39896c9237 (patch)
tree832f08660866319636f16b91ca89e46153cc5bf6 /firmware/export/config.h
parentc4b73634fe6cafebcb4a4f33ae392d73f81cb757 (diff)
downloadrockbox-8d69f78423978e20997b34709d5b6d39896c9237.tar.gz
rockbox-8d69f78423978e20997b34709d5b6d39896c9237.zip
Additional Neo support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4132 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 0b0cd41723..091d392328 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -28,6 +28,10 @@
28#include "config-fmrecorder.h" 28#include "config-fmrecorder.h"
29#elif defined(ARCHOS_RECORDERV2) 29#elif defined(ARCHOS_RECORDERV2)
30#include "config-recorderv2.h" 30#include "config-recorderv2.h"
31#elif defined(NEO_35)
32#include "config-neo35.h"
33#elif defined(NEO_MSTATION)
34#include "config-mstation.h"
31#else 35#else
32/* no known platform */ 36/* no known platform */
33#endif 37#endif