summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 4cfc3a8b0f..a15564d0be 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -29,6 +29,10 @@ firmware_flash.c
29rockbox_flash.c 29rockbox_flash.c
30#endif /* CONFIG_CPU */ 30#endif /* CONFIG_CPU */
31 31
32#if defined(IPOD_NANO2G) && !defined(SIMULATOR)
33crypt_firmware.c
34#endif
35
32#if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && \ 36#if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && \
33 (defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN)) 37 (defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN))
34pitch_detector.c 38pitch_detector.c