summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-11-02 14:44:57 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-11-02 14:46:23 -0400
commit04dc052a96d2f43ce4e96c1c768bb6043a47f680 (patch)
treea831b65723fe995eb4ae4c7e3c7749268a2432cb /firmware/export/config.h
parenta8c52b1bfb8fd4333cffc6a1d9eff830bd35dba5 (diff)
downloadrockbox-04dc052a96d2f43ce4e96c1c768bb6043a47f680.tar.gz
rockbox-04dc052a96d2f43ce4e96c1c768bb6043a47f680.zip
Fix (most of) the red in a8c52b1bfb
HAVE_STORAGE_INFO needs to be defined for all non-sim/hostfs targets Change-Id: Id0d6f88306776cfc286fc0d852b77b70ba389efc
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index bedf7df4e2..be40df2546 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -1259,11 +1259,9 @@ Lyre prototype 1 */
1259# define INCLUDE_TIMEOUT_API 1259# define INCLUDE_TIMEOUT_API
1260#endif 1260#endif
1261 1261
1262#ifndef SIMULATOR 1262#if (!defined(SIMULATOR) && !defined(HAVE_HOSTFS))
1263#if defined(HAVE_USBSTACK) || (CONFIG_STORAGE & STORAGE_NAND) || (CONFIG_STORAGE & STORAGE_RAMDISK)
1264#define STORAGE_GET_INFO 1263#define STORAGE_GET_INFO
1265#endif 1264#endif
1266#endif
1267 1265
1268#if defined(HAVE_SIGALTSTACK_THREADS) 1266#if defined(HAVE_SIGALTSTACK_THREADS)
1269#ifndef _XOPEN_SOURCE 1267#ifndef _XOPEN_SOURCE