summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2012-08-06 19:26:33 -0400
committerMichael Giacomelli <giac2000@hotmail.com>2012-08-06 19:26:33 -0400
commit6f55433b0163f1bb193056b669f4baebf97f0247 (patch)
tree44b203989d03488c9f15727f95ce5e9704fab2e2 /firmware
parent633dd492831db37f4df98315425ee146b8cb312b (diff)
downloadrockbox-6f55433b0163f1bb193056b669f4baebf97f0247.tar.gz
rockbox-6f55433b0163f1bb193056b669f4baebf97f0247.zip
Don't enable log to disk on PCTOOL builds since there is no disk to log to.
Change-Id: Ida589bcd20227f626349f80293bb423d784519be
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 8b958820ee..0857a8e66d 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -1134,7 +1134,8 @@ Lyre prototype 1 */
1134#endif 1134#endif
1135 1135
1136/* enable logging messages to disk*/ 1136/* enable logging messages to disk*/
1137#if CONFIG_PLATFORM == PLATFORM_NATIVE && !defined(SIMULATOR) && !defined(BOOTLOADER) 1137#if CONFIG_PLATFORM == PLATFORM_NATIVE && !defined(SIMULATOR) && !defined(BOOTLOADER) \
1138 && !defined(__PCTOOL__)
1138#define ROCKBOX_HAS_LOGDISKF 1139#define ROCKBOX_HAS_LOGDISKF
1139#endif 1140#endif
1140 1141