| lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | # |
| 2 | # Makefile for ALSA | ||||
| 3 | # | ||||
| 4 | |||||
| 5 | obj-$(CONFIG_SND_ARMAACI) += snd-aaci.o | ||||
| 6 | snd-aaci-objs := aaci.o | ||||
| 7 | |||||
| 8 | obj-$(CONFIG_SND_PXA2XX_PCM) += snd-pxa2xx-pcm.o | ||||
| 9 | snd-pxa2xx-pcm-objs := pxa2xx-pcm.o | ||||
| 10 | |||||
| 11 | obj-$(CONFIG_SND_PXA2XX_LIB) += snd-pxa2xx-lib.o | ||||
| 12 | snd-pxa2xx-lib-y := pxa2xx-pcm-lib.o | ||||
| 13 | snd-pxa2xx-lib-$(CONFIG_SND_PXA2XX_LIB_AC97) += pxa2xx-ac97-lib.o | ||||
| 14 | |||||
| 15 | obj-$(CONFIG_SND_PXA2XX_AC97) += snd-pxa2xx-ac97.o | ||||
| 16 | snd-pxa2xx-ac97-objs := pxa2xx-ac97.o | ||||