summaryrefslogtreecommitdiff
path: root/utils/wpseditor/libwps/Makefile
diff options
context:
space:
mode:
authorDominik Wenger <domonoky@googlemail.com>2008-09-05 18:57:47 +0000
committerDominik Wenger <domonoky@googlemail.com>2008-09-05 18:57:47 +0000
commit66b211addd76d3f9102460a69cacc868d7d70dfa (patch)
tree0b3c4171d682bca3e67191ff337ff84a44d4b02b /utils/wpseditor/libwps/Makefile
parentc1e86f7531e82936cc5c33fce5b7231787cfd84a (diff)
downloadrockbox-66b211addd76d3f9102460a69cacc868d7d70dfa.zip
rockbox-66b211addd76d3f9102460a69cacc868d7d70dfa.tar.gz
rockbox-66b211addd76d3f9102460a69cacc868d7d70dfa.tar.bz2
rockbox-66b211addd76d3f9102460a69cacc868d7d70dfa.tar.xz
WpsEditor: add support for greyscale targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18424 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/wpseditor/libwps/Makefile')
-rw-r--r--utils/wpseditor/libwps/Makefile15
1 files changed, 13 insertions, 2 deletions
diff --git a/utils/wpseditor/libwps/Makefile b/utils/wpseditor/libwps/Makefile
index 17046e8..6abc1d8 100644
--- a/utils/wpseditor/libwps/Makefile
+++ b/utils/wpseditor/libwps/Makefile
@@ -33,11 +33,22 @@ TARGETS=IRIVER_H10 \
IPOD_COLOR \
IPOD_NANO \
IPOD_VIDEO \
+ IPOD_3G \
+ IPOD_4G \
+ IPOD_MINI \
+ IPOD_MINI2G \
+ IPOD_1G2G \
GIGABEAT_F \
GIGABEAT_S \
SANSA_E200 \
- SANSA_C200
-
+ SANSA_C200 \
+ IRIVER_H100 \
+ IRIVER_H120 \
+ IRIVER_H300 \
+ IAUDIO_X5 \
+ IAUDIO_M5 \
+ IAUDIO_M3 \
+
SOURCES= \
src/api.c \
src/dummies.c \