summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES17
1 files changed, 14 insertions, 3 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 1471eb7b94..42677725fc 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -111,7 +111,7 @@ target/hosted/sonynwz/nvp-nwz.c
111target/hosted/sonynwz/nwz-db.c 111target/hosted/sonynwz/nwz-db.c
112#endif 112#endif
113 113
114#if ((defined(AGPTEK_ROCKER) || defined(XDUOO_X3II) || defined(XDUOO_X20)) && !defined(SIMULATOR)) 114#if ((defined(AGPTEK_ROCKER) || defined(XDUOO_X3II) || defined(XDUOO_X20) || defined(FIIO_M3K)) && !defined(SIMULATOR))
115drivers/lcd-memframe.c 115drivers/lcd-memframe.c
116target/hosted/alsa-controls.c 116target/hosted/alsa-controls.c
117target/hosted/pcm-alsa.c 117target/hosted/pcm-alsa.c
@@ -133,15 +133,24 @@ target/hosted/agptek/powermgmt-agptek.c
133target/hosted/agptek/usb-agptek.c 133target/hosted/agptek/usb-agptek.c
134#endif 134#endif
135 135
136#if ((defined(XDUOO_X3II)||defined(XDUOO_X20)) && !defined(SIMULATOR)) 136#if (defined(XDUOO_X3II) || defined(XDUOO_X20)) && !defined(SIMULATOR)
137target/hosted/xduoo/button-xduoo.c 137target/hosted/xduoo/button-xduoo.c
138target/hosted/xduoo/debug-xduoo.c 138target/hosted/xduoo/debug-xduoo.c
139
140target/hosted/xduoo/power-xduoo.c 139target/hosted/xduoo/power-xduoo.c
141target/hosted/xduoo/powermgmt-xduoo.c 140target/hosted/xduoo/powermgmt-xduoo.c
142target/hosted/xduoo/usb-xduoo.c 141target/hosted/xduoo/usb-xduoo.c
143#endif 142#endif
144 143
144#if (defined(FIIO_M3K)) && !defined(SIMULATOR)
145target/hosted/fiio/buttonlight-fiio.c
146target/hosted/fiio/button-fiio.c
147target/hosted/fiio/debug-fiio.c
148target/hosted/fiio/power-fiio.c
149target/hosted/fiio/powermgmt-fiio.c
150target/hosted/fiio/system-fiio.c
151target/hosted/fiio/usb-fiio.c
152#endif
153
145#if defined(SAMSUNG_YPR0) && !defined(SIMULATOR) 154#if defined(SAMSUNG_YPR0) && !defined(SIMULATOR)
146drivers/adc-as3514.c 155drivers/adc-as3514.c
147#if (CONFIG_RTC == RTC_AS3514) 156#if (CONFIG_RTC == RTC_AS3514)
@@ -498,6 +507,8 @@ target/hosted/pcm-alsa.c
498drivers/audio/rocker_codec.c 507drivers/audio/rocker_codec.c
499#elif defined(HAVE_XDUOO_LINUX_CODEC) && !defined(SIMULATOR) 508#elif defined(HAVE_XDUOO_LINUX_CODEC) && !defined(SIMULATOR)
500drivers/audio/xduoolinux_codec.c 509drivers/audio/xduoolinux_codec.c
510#elif defined(HAVE_FIIO_LINUX_CODEC) && !defined(SIMULATOR)
511drivers/audio/fiiolinux_codec.c
501#elif defined(HAVE_SDL_AUDIO) 512#elif defined(HAVE_SDL_AUDIO)
502drivers/audio/sdl.c 513drivers/audio/sdl.c
503 514