diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-09-04 14:49:53 +0000 |
---|---|---|
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-09-04 14:49:53 +0000 |
commit | 561df3827e091c5646648a50b94278843a7554aa (patch) | |
tree | 997ea7525cf3140f47b5a05ce7669cbf4ffaa7b8 /firmware/export/config-m200.h | |
parent | ebe3e032b9dcc4aec2aac7892a190477700bb6c9 (diff) |
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-m200.h')
-rw-r--r-- | firmware/export/config-m200.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-m200.h b/firmware/export/config-m200.h index 875debd257..f7ab78d87e 100644 --- a/firmware/export/config-m200.h +++ b/firmware/export/config-m200.h @@ -6,6 +6,8 @@ /* For Rolo and boot loader */ #define MODEL_NUMBER 29 +#define MODEL_NAME "Sandisk Sansa m200 series" + /* Enable FAT16 support */ #define HAVE_FAT16SUPPORT |