mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
fix red in 5b5cd252d0: Don't compile ALSA driver for hosted bootloaders
Change-Id: Ied255fb215a2b56ac827f509e949abff5819d3a0
This commit is contained in:
parent
5b5cd252d0
commit
022db8214c
1 changed files with 2 additions and 0 deletions
|
|
@ -145,10 +145,12 @@ target/hosted/sonynwz/nwzlinux-codec.c
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOTLOADER)
|
||||
#if ((defined(HIBY_LINUX) || defined(FIIO_M3K_LINUX) || defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1) || defined(SONY_NWZ_LINUX)) && !defined(SIMULATOR))
|
||||
target/hosted/pcm-alsa.c
|
||||
target/hosted/alsa-controls.c
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if ((defined(HIBY_LINUX) || defined(FIIO_M3K_LINUX)) && !defined(SIMULATOR))
|
||||
drivers/lcd-memframe.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue