summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2010-02-01 16:41:03 +0000
committerSzymon Dziok <b0hoon@o2.pl>2010-02-01 16:41:03 +0000
commita09606123f4e8501dd527c48d493853435df2a0d (patch)
tree7ec42424f79a5ad1f6c0841e78bc60b8d7454802 /firmware
parent9938ea4b793e99026333496eccd7e1eeb4e0cb7e (diff)
downloadrockbox-a09606123f4e8501dd527c48d493853435df2a0d.tar.gz
rockbox-a09606123f4e8501dd527c48d493853435df2a0d.zip
Packard Bell Vibe 500: add the simulator
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24439 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/SOURCES2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index e60bf63419..768ab49acb 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1555,6 +1555,7 @@ target/arm/s5l8700/yps3/power-yps3.c
#endif /* SAMSUNG_YPS3 */
#ifdef PBELL_VIBE500
+#ifndef SIMULATOR
drivers/synaptics-mep.c
target/arm/ata-as-arm.S
target/arm/ata-pp5020.c
@@ -1568,5 +1569,6 @@ target/arm/pbell/vibe500/backlight-vibe500.c
target/arm/pbell/vibe500/lcd-as-vibe500.S
target/arm/pbell/vibe500/powermgmt-vibe500.c
target/arm/usb-fw-pp502x.c
+#endif /* SIMULATOR */
#endif