summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
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