forked from len0rd/rockbox
Explicilty set CONFIG_ defines to 0 which are not used.. because doing
#if defined(BLAA) && BLAA == something defeats the point of Wundef git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12378 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1083de8e7d
commit
8ff3a653bd
9 changed files with 24 additions and 18 deletions
|
|
@ -145,7 +145,7 @@ drivers/rtc/rtc_as3514.c
|
|||
#endif /* SIMULATOR */
|
||||
|
||||
/* Tuner */
|
||||
#ifdef CONFIG_TUNER
|
||||
#if CONFIG_TUNER
|
||||
#ifndef SIMULATOR
|
||||
#if (CONFIG_TUNER & S1A0903X01)
|
||||
drivers/fmradio.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue