From 97c1dc0368dadf3f404bc4c5e1af1193eeb713b3 Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Mon, 6 Aug 2012 19:07:54 -0400 Subject: Enable logdiskf to for all device targets, but not bootloaders or application builds. Change-Id: I651900fda676433841cfd14dba05bcb4116e0002 --- firmware/export/config.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/firmware/export/config.h b/firmware/export/config.h index f654609966..8b958820ee 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -1133,4 +1133,9 @@ Lyre prototype 1 */ #define HAVE_PITCHCONTROL #endif +/* enable logging messages to disk*/ +#if CONFIG_PLATFORM == PLATFORM_NATIVE && !defined(SIMULATOR) && !defined(BOOTLOADER) +#define ROCKBOX_HAS_LOGDISKF +#endif + #endif /* __CONFIG_H__ */ -- cgit v1.2.3