summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-07-07 14:36:55 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-07-07 14:47:07 -0400
commit1528b44349d33495c7ea5dc7b3fcd8e07995d16e (patch)
treea4577b96e157038c0ee3d4e5160fbe5309851e06 /firmware/export/config.h
parent520875ff00f23f8d986e3d7dd8e2f3937e9dda7e (diff)
downloadrockbox-1528b44349d33495c7ea5dc7b3fcd8e07995d16e.tar.gz
rockbox-1528b44349d33495c7ea5dc7b3fcd8e07995d16e.zip
More red fixes
Change-Id: If22cdb286edac47b08b158bee6910ba7a539b041
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 3d94828ec3..5e5425a697 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -893,7 +893,7 @@ Lyre prototype 1 */
893#endif 893#endif
894 894
895/* Bootloaders don't need multivolume awareness */ 895/* Bootloaders don't need multivolume awareness */
896#if defined(BOOTLOADER) && defined(HAVE_MULTIVOLUME) 896#if defined(BOOTLOADER) && defined(HAVE_MULTIVOLUME) && !(CONFIG_PLATFORM & PLATFORM_HOSTED)
897#undef HAVE_MULTIVOLUME 897#undef HAVE_MULTIVOLUME
898#endif 898#endif
899 899