summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-04-05 15:14:43 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-04-05 21:17:01 +0200
commita463f68abb865fa2f7b61e51f1567b3012973942 (patch)
treeb650a4b20af82360d7e043b2b0005ef8c5e24f89 /firmware
parentb0e257ccc69f8ff23c0bdeb9ffcf17fdffd16636 (diff)
downloadrockbox-a463f68abb865fa2f7b61e51f1567b3012973942.tar.gz
rockbox-a463f68abb865fa2f7b61e51f1567b3012973942.zip
checkwps: #undef CONFIG_STORAGE_MULTI for __PCTOOL__ builds
Fixes checkwps build on xDuooX3 (only target that uses it!) Change-Id: I4dfe095338c938f88a2791351c82f310d0531ad7
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 2db12bea4a..a41cceff59 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -633,6 +633,7 @@ Lyre prototype 1 */
#define CONFIG_CPU 0
#undef HAVE_MULTIVOLUME
#undef HAVE_MULTIDRIVE
+#undef CONFIG_STORAGE_MULTI
#undef CONFIG_STORAGE
#endif