logdiskf: enable for application and simulator builds.

Change-Id: I93afc8e7a989e3e5a85ff7df70b839fb64c0cdef
This commit is contained in:
Thomas Martitz 2014-02-07 18:17:22 +01:00
parent 07f484824c
commit 5802141bec

View file

@ -1193,8 +1193,7 @@ Lyre prototype 1 */
#endif
/* enable logging messages to disk*/
#if CONFIG_PLATFORM == PLATFORM_NATIVE && !defined(SIMULATOR) && !defined(BOOTLOADER) \
&& !defined(__PCTOOL__) && (CONFIG_CODEC == SWCODEC)
#if !defined(BOOTLOADER) && !defined(__PCTOOL__) && (CONFIG_CODEC == SWCODEC)
#define ROCKBOX_HAS_LOGDISKF
#endif