diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2005-02-18 14:21:40 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2005-02-18 14:21:40 +0000 |
| commit | 227085ec0b21780818f87c90b5256734d7ce04ac (patch) | |
| tree | 2ad73e3803b13d299aaef06b7eeb47a052c81eb6 | |
| parent | cdde25b597eb4047e9db27bb8bbcf938e4a43cfe (diff) | |
| download | rockbox-227085ec0b21780818f87c90b5256734d7ce04ac.zip rockbox-227085ec0b21780818f87c90b5256734d7ce04ac.tar.gz rockbox-227085ec0b21780818f87c90b5256734d7ce04ac.tar.bz2 rockbox-227085ec0b21780818f87c90b5256734d7ce04ac.tar.xz | |
only use hwcompat.c for real targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6002 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index a5e95e7..d57ab14 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -82,9 +82,9 @@ drivers/serial.c #ifdef HAVE_LCD_BITMAP font.c #endif -hwcompat.c id3.c #ifndef SIMULATOR +hwcompat.c kernel.c rolo.c thread.c |