forked from len0rd/rockbox
Add more driver stubs to make the Fuze and e200v2 main builds compile; Correct the memory definition for the Fuze (8MB)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19090 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5c7d9f1015
commit
e25c1c6e43
13 changed files with 213 additions and 9 deletions
|
@ -179,6 +179,9 @@ drivers/tuner/s1a0903x01.c
|
|||
#if (CONFIG_TUNER & TEA5767)
|
||||
drivers/tuner/tea5767.c
|
||||
#endif /* (CONFIG_TUNER & TEA5767) */
|
||||
#if (CONFIG_TUNER & SI4700)
|
||||
drivers/tuner/si4700.c
|
||||
#endif /* (CONFIG_TUNER & SI4700) */
|
||||
#endif /*SIMULATOR */
|
||||
#endif /* CONFIG_TUNER */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue