1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for ALSA 4# 5 6obj-$(CONFIG_SND_ARMAACI) += snd-aaci.o 7snd-aaci-objs := aaci.o 8 9obj-$(CONFIG_SND_PXA2XX_LIB) += snd-pxa2xx-lib.o 10snd-pxa2xx-lib-y := pxa2xx-pcm-lib.o 11snd-pxa2xx-lib-$(CONFIG_SND_PXA2XX_LIB_AC97) += pxa2xx-ac97-lib.o 12 13obj-$(CONFIG_SND_PXA2XX_AC97) += snd-pxa2xx-ac97.o 14snd-pxa2xx-ac97-objs := pxa2xx-ac97.o 15