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:
Solomon Peachy 2026-03-28 12:43:59 -04:00
parent 42ad3c75d2
commit 3f4d5a527b

View file

@ -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)