diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-04-05 15:14:43 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-04-05 21:17:01 +0200 |
commit | a463f68abb865fa2f7b61e51f1567b3012973942 (patch) | |
tree | b650a4b20af82360d7e043b2b0005ef8c5e24f89 /firmware | |
parent | b0e257ccc69f8ff23c0bdeb9ffcf17fdffd16636 (diff) | |
download | rockbox-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.h | 1 |
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 */ | |||
633 | #define CONFIG_CPU 0 | 633 | #define CONFIG_CPU 0 |
634 | #undef HAVE_MULTIVOLUME | 634 | #undef HAVE_MULTIVOLUME |
635 | #undef HAVE_MULTIDRIVE | 635 | #undef HAVE_MULTIDRIVE |
636 | #undef CONFIG_STORAGE_MULTI | ||
636 | #undef CONFIG_STORAGE | 637 | #undef CONFIG_STORAGE |
637 | #endif | 638 | #endif |
638 | 639 | ||