From 6f55433b0163f1bb193056b669f4baebf97f0247 Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Mon, 6 Aug 2012 19:26:33 -0400 Subject: Don't enable log to disk on PCTOOL builds since there is no disk to log to. Change-Id: Ida589bcd20227f626349f80293bb423d784519be --- firmware/export/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/export') 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 */ #endif /* enable logging messages to disk*/ -#if CONFIG_PLATFORM == PLATFORM_NATIVE && !defined(SIMULATOR) && !defined(BOOTLOADER) +#if CONFIG_PLATFORM == PLATFORM_NATIVE && !defined(SIMULATOR) && !defined(BOOTLOADER) \ + && !defined(__PCTOOL__) #define ROCKBOX_HAS_LOGDISKF #endif -- cgit v1.2.3