summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2012-08-06 19:07:54 -0400
committerMichael Giacomelli <giac2000@hotmail.com>2012-08-06 19:07:54 -0400
commit97c1dc0368dadf3f404bc4c5e1af1193eeb713b3 (patch)
tree5ba5eb8e39ac0bb606d1aae0844a961cb98d8abb
parentd46b090771291c10127d0fb421ee3c9f1e8f69b1 (diff)
downloadrockbox-97c1dc0368dadf3f404bc4c5e1af1193eeb713b3.tar.gz
rockbox-97c1dc0368dadf3f404bc4c5e1af1193eeb713b3.zip
Enable logdiskf to for all device targets, but not bootloaders or application
builds. Change-Id: I651900fda676433841cfd14dba05bcb4116e0002
-rw-r--r--firmware/export/config.h5
1 files changed, 5 insertions, 0 deletions
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 */
1133#define HAVE_PITCHCONTROL 1133#define HAVE_PITCHCONTROL
1134#endif 1134#endif
1135 1135
1136/* enable logging messages to disk*/
1137#if CONFIG_PLATFORM == PLATFORM_NATIVE && !defined(SIMULATOR) && !defined(BOOTLOADER)
1138#define ROCKBOX_HAS_LOGDISKF
1139#endif
1140
1136#endif /* __CONFIG_H__ */ 1141#endif /* __CONFIG_H__ */