summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2014-02-07 18:17:22 +0100
committerThomas Martitz <kugel@rockbox.org>2014-02-23 20:23:52 +0100
commit5802141beccf90f06904178a5c51b281d23eba13 (patch)
tree40aafd53f4a576f4d219a646f4d6d485bee7aed4
parent07f484824cd5c095e0e76e9a7e2db9d7bbdd55c7 (diff)
downloadrockbox-5802141beccf90f06904178a5c51b281d23eba13.zip
rockbox-5802141beccf90f06904178a5c51b281d23eba13.tar.gz
rockbox-5802141beccf90f06904178a5c51b281d23eba13.tar.bz2
rockbox-5802141beccf90f06904178a5c51b281d23eba13.tar.xz
logdiskf: enable for application and simulator builds.
Change-Id: I93afc8e7a989e3e5a85ff7df70b839fb64c0cdef
-rw-r--r--firmware/export/config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index f896fd6..b3616ad 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -1193,8 +1193,7 @@ Lyre prototype 1 */
#endif
/* enable logging messages to disk*/
-#if CONFIG_PLATFORM == PLATFORM_NATIVE && !defined(SIMULATOR) && !defined(BOOTLOADER) \
- && !defined(__PCTOOL__) && (CONFIG_CODEC == SWCODEC)
+#if !defined(BOOTLOADER) && !defined(__PCTOOL__) && (CONFIG_CODEC == SWCODEC)
#define ROCKBOX_HAS_LOGDISKF
#endif