summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2017-09-16 23:29:50 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2017-09-17 00:03:45 +0200
commita0fca0c7bf3bd1c121667a1e66614646a6b96752 (patch)
treee5e53563357dd75a057531cad5f293f99c26fa57 /firmware/SOURCES
parentac57f96838b53e574477d13bf41bc54711a70c21 (diff)
downloadrockbox-a0fca0c7bf3bd1c121667a1e66614646a6b96752.tar.gz
rockbox-a0fca0c7bf3bd1c121667a1e66614646a6b96752.zip
Add simulator support for the A860
This requires a few changes unrelated to the A860 because configure unsets APPLICATION but the NWZ is an application! Change-Id: Id91aa23193383ac95886b281653da5286edd9caf
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 8ec17f7ec6..c29b5318d5 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -95,12 +95,11 @@ target/hosted/samsungypr/radio-ypr.c
95#endif 95#endif
96#endif 96#endif
97 97
98#ifdef SONY_NWZ_LINUX 98#if defined(SONY_NWZ_LINUX) && !defined(SIMULATOR)
99target/hosted/backtrace-glibc.c 99target/hosted/backtrace-glibc.c
100target/hosted/kernel-unix.c 100target/hosted/kernel-unix.c
101target/hosted/filesystem-unix.c 101target/hosted/filesystem-unix.c
102target/hosted/lc-unix.c 102target/hosted/lc-unix.c
103target/hosted/pcm-alsa.c
104target/hosted/sonynwz/lcd-nwz.c 103target/hosted/sonynwz/lcd-nwz.c
105target/hosted/sonynwz/button-nwz.c 104target/hosted/sonynwz/button-nwz.c
106target/hosted/sonynwz/system-nwz.c 105target/hosted/sonynwz/system-nwz.c
@@ -467,6 +466,7 @@ target/hosted/pcm-alsa.c
467#elif defined(HAVE_NWZ_LINUX_CODEC) 466#elif defined(HAVE_NWZ_LINUX_CODEC)
468drivers/audio/nwzlinux-codec.c 467drivers/audio/nwzlinux-codec.c
469target/hosted/alsa-controls.c 468target/hosted/alsa-controls.c
469target/hosted/pcm-alsa.c
470#elif defined(HAVE_SDL_AUDIO) 470#elif defined(HAVE_SDL_AUDIO)
471drivers/audio/sdl.c 471drivers/audio/sdl.c
472#if CONFIG_CODEC == SWCODEC 472#if CONFIG_CODEC == SWCODEC