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.tar.gz
rockbox-5802141beccf90f06904178a5c51b281d23eba13.zip
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 f896fd68b5..b3616ad3d3 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -1193,8 +1193,7 @@ Lyre prototype 1 */
1193#endif 1193#endif
1194 1194
1195/* enable logging messages to disk*/ 1195/* enable logging messages to disk*/
1196#if CONFIG_PLATFORM == PLATFORM_NATIVE && !defined(SIMULATOR) && !defined(BOOTLOADER) \ 1196#if !defined(BOOTLOADER) && !defined(__PCTOOL__) && (CONFIG_CODEC == SWCODEC)
1197 && !defined(__PCTOOL__) && (CONFIG_CODEC == SWCODEC)
1198#define ROCKBOX_HAS_LOGDISKF 1197#define ROCKBOX_HAS_LOGDISKF
1199#endif 1198#endif
1200 1199