summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-18 14:21:40 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-18 14:21:40 +0000
commit227085ec0b21780818f87c90b5256734d7ce04ac (patch)
tree2ad73e3803b13d299aaef06b7eeb47a052c81eb6 /firmware
parentcdde25b597eb4047e9db27bb8bbcf938e4a43cfe (diff)
downloadrockbox-227085ec0b21780818f87c90b5256734d7ce04ac.tar.gz
rockbox-227085ec0b21780818f87c90b5256734d7ce04ac.zip
only use hwcompat.c for real targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6002 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index a5e95e7152..d57ab142b2 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -82,9 +82,9 @@ drivers/serial.c
82#ifdef HAVE_LCD_BITMAP 82#ifdef HAVE_LCD_BITMAP
83font.c 83font.c
84#endif 84#endif
85hwcompat.c
86id3.c 85id3.c
87#ifndef SIMULATOR 86#ifndef SIMULATOR
87hwcompat.c
88kernel.c 88kernel.c
89rolo.c 89rolo.c
90thread.c 90thread.c