From 22307918508395c0ed2dd6a86aff7597e7d2f543 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 18 Jun 2005 21:45:58 +0000 Subject: 1) mpeg.c is only for MAS-devices 2) lcd-h100-remote should work fine for H300 as well since you can use the H100 remote fine on a h300 player 3) drivers/uda1380.c depends on HAVE_UDA1380 4) pcm_playback.c is for all sw-codec (non-MAS) devices git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6756 a1c6a512-1295-4272-9138-f99709370657 --- firmware/SOURCES | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'firmware') diff --git a/firmware/SOURCES b/firmware/SOURCES index cb47083b30..38f7336020 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -102,7 +102,7 @@ crt0.S #endif mp3_playback.c mp3data.c -#ifndef IRIVER_H100 +#if CONFIG_HWCODEC != MASNONE mpeg.c #endif #ifndef WIN32 /* the win32 sim has its own versin of these: */ @@ -117,11 +117,13 @@ bitswap.S descramble.S #endif drivers/lcd.S -#ifdef IRIVER_H100 +#ifdef HAVE_REMOTE_LCD drivers/lcd-h100-remote.c -#ifndef SIMULATOR +#endif +#if defined(HAVE_UDA1380) && !defined(SIMULATOR) drivers/uda1380.c -pcm_playback.c #endif +#if CONFIG_HWCODEC == MASNONE +pcm_playback.c #endif sound.c -- cgit v1.2.3