summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-02-27 22:07:37 +0000
committerSolomon Peachy <pizza@shaftnet.org>2021-02-27 23:53:28 +0000
commitaacb0811d98beb70a59d26edbfd43ba9c456497f (patch)
tree0c8a59421a28536887fc1b277884a4e220ffac4c /firmware/SOURCES
parent55dc86f5db1dbf26b4179aea5c7ccd315ee20266 (diff)
downloadrockbox-aacb0811d98beb70a59d26edbfd43ba9c456497f.tar.gz
rockbox-aacb0811d98beb70a59d26edbfd43ba9c456497f.zip
Rename symbols of FiiO M3K Linux-based port
Mainly a straight replacement of FIIO_M3K -> FIIO_M3K_LINUX. Change-Id: Id07c84f8150991d1b6851540c2c3f8f67e3f12c2
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 11929d8253..36a125783c 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -115,7 +115,7 @@ target/hosted/sonynwz/nvp-nwz.c
115target/hosted/sonynwz/nwz-db.c 115target/hosted/sonynwz/nwz-db.c
116#endif 116#endif
117 117
118#if ((defined(HIBY_LINUX) || defined(FIIO_M3K)) && !defined(SIMULATOR)) 118#if ((defined(HIBY_LINUX) || defined(FIIO_M3K_LINUX)) && !defined(SIMULATOR))
119drivers/lcd-memframe.c 119drivers/lcd-memframe.c
120target/hosted/alsa-controls.c 120target/hosted/alsa-controls.c
121target/hosted/pcm-alsa.c 121target/hosted/pcm-alsa.c
@@ -148,7 +148,7 @@ target/hosted/usb-hiby.c
148target/hosted/button-devinput.c 148target/hosted/button-devinput.c
149#endif 149#endif
150 150
151#if (defined(FIIO_M3K)) && !defined(SIMULATOR) 151#if (defined(FIIO_M3K_LINUX)) && !defined(SIMULATOR)
152target/hosted/fiio/buttonlight-fiio.c 152target/hosted/fiio/buttonlight-fiio.c
153target/hosted/fiio/button-fiio.c 153target/hosted/fiio/button-fiio.c
154target/hosted/fiio/debug-fiio.c 154target/hosted/fiio/debug-fiio.c