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/export | |
parent | b0e257ccc69f8ff23c0bdeb9ffcf17fdffd16636 (diff) |
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/export')
-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 */ #define CONFIG_CPU 0 #undef HAVE_MULTIVOLUME #undef HAVE_MULTIDRIVE +#undef CONFIG_STORAGE_MULTI #undef CONFIG_STORAGE #endif |