summaryrefslogtreecommitdiff
path: root/firmware/export/config-meizu-m6sl.h
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2008-09-04 14:49:53 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2008-09-04 14:49:53 +0000
commit561df3827e091c5646648a50b94278843a7554aa (patch)
tree997ea7525cf3140f47b5a05ce7669cbf4ffaa7b8 /firmware/export/config-meizu-m6sl.h
parentebe3e032b9dcc4aec2aac7892a190477700bb6c9 (diff)
downloadrockbox-561df3827e091c5646648a50b94278843a7554aa.tar.gz
rockbox-561df3827e091c5646648a50b94278843a7554aa.zip
WPS editor:
* Simplify Makefile * Get rid of buildall.* * Change library loading behaviour to work with MODEL_NAME Screenshot: * Simplify Makefile config-*.h: * Add MODEL_NAME git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18407 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-meizu-m6sl.h')
-rw-r--r--firmware/export/config-meizu-m6sl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/config-meizu-m6sl.h b/firmware/export/config-meizu-m6sl.h
index 96c163ce11..f10f548dd3 100644
--- a/firmware/export/config-meizu-m6sl.h
+++ b/firmware/export/config-meizu-m6sl.h
@@ -1,11 +1,13 @@
1/* 1/*
2 * This config file is for iAudio X5 2 * This config file is for Meizu M6SL
3 */ 3 */
4#define TARGET_TREE /* this target is using the target tree system */ 4#define TARGET_TREE /* this target is using the target tree system */
5 5
6/* For Rolo and boot loader */ 6/* For Rolo and boot loader */
7#define MODEL_NUMBER 1 7#define MODEL_NUMBER 1
8 8
9#define MODEL_NAME "Meizu M6SL"
10
9/* define this if you have recording possibility */ 11/* define this if you have recording possibility */
10//#define HAVE_RECORDING 12//#define HAVE_RECORDING
11 13