avoid compilation alltogether if logf is not enabled

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6539 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-05-30 13:43:15 +00:00
parent edc07922eb
commit ff40e4cc6a
2 changed files with 4 additions and 0 deletions

View file

@ -1,4 +1,6 @@
#ifdef ROCKBOX_HAS_LOGF
logfdisp.c
#endif
alarm_menu.c
bookmark.c
credits.c

View file

@ -1,4 +1,6 @@
#ifdef ROCKBOX_HAS_LOGF
logf.c
#endif
#ifndef SIMULATOR
backlight.c
#endif