rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | # |
| 3 | # Makefile for ALSA |
| 4 | # |
| 5 | |
| 6 | obj-$(CONFIG_SND_ARMAACI) += snd-aaci.o |
| 7 | snd-aaci-objs := aaci.o |
| 8 | |
| 9 | obj-$(CONFIG_SND_PXA2XX_PCM) += snd-pxa2xx-pcm.o |
| 10 | snd-pxa2xx-pcm-objs := pxa2xx-pcm.o |
| 11 | |
| 12 | obj-$(CONFIG_SND_PXA2XX_LIB) += snd-pxa2xx-lib.o |
| 13 | snd-pxa2xx-lib-y := pxa2xx-pcm-lib.o |
| 14 | snd-pxa2xx-lib-$(CONFIG_SND_PXA2XX_LIB_AC97) += pxa2xx-ac97-lib.o |
| 15 | |
| 16 | obj-$(CONFIG_SND_PXA2XX_AC97) += snd-pxa2xx-ac97.o |
| 17 | snd-pxa2xx-ac97-objs := pxa2xx-ac97.o |