mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
bootloader: Don't compile sound.c in bootloader builds
(a) Nothing uses it, and (b) stuff it needs isn't built either Change-Id: Ib8b46e00d4306f7d05b47883bfaa98497a075db5
This commit is contained in:
parent
42ad3c75d2
commit
3f4d5a527b
1 changed files with 3 additions and 4 deletions
|
|
@ -527,12 +527,11 @@ drivers/rds.c
|
|||
#endif /* HAVE_RDS_CAP */
|
||||
#endif /* PLATFORM_NATIVE */
|
||||
#endif /* CONFIG_TUNER */
|
||||
#endif /* BOOTLOADER */
|
||||
#endif /* !BOOTLOADER */
|
||||
|
||||
/* Sound */
|
||||
sound.c
|
||||
|
||||
#ifndef BOOTLOADER
|
||||
sound.c
|
||||
pcm_sampr.c
|
||||
pcm.c
|
||||
pcm_mixer.c
|
||||
|
|
@ -544,7 +543,7 @@ enc_base.c
|
|||
#endif /* HAVE_RECORDING */
|
||||
|
||||
drivers/audio/audiohw-swcodec.c
|
||||
#endif /* BOOTLOADER */
|
||||
#endif /* !BOOTLOADER */
|
||||
|
||||
/* Audio codec */
|
||||
#if !defined(BOOTLOADER)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue