1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 # 2 # 3 # Makefile for ALSA 3 # Makefile for ALSA 4 # 4 # 5 5 6 obj-$(CONFIG_SND_ARMAACI) += snd-aaci.o 6 obj-$(CONFIG_SND_ARMAACI) += snd-aaci.o 7 snd-aaci-y := 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 8 11 9 obj-$(CONFIG_SND_PXA2XX_LIB) += snd-pxa2xx- 12 obj-$(CONFIG_SND_PXA2XX_LIB) += snd-pxa2xx-lib.o 10 snd-pxa2xx-lib-y := pxa2xx-pcm- 13 snd-pxa2xx-lib-y := pxa2xx-pcm-lib.o 11 snd-pxa2xx-lib-$(CONFIG_SND_PXA2XX_LIB_AC97) 14 snd-pxa2xx-lib-$(CONFIG_SND_PXA2XX_LIB_AC97) += pxa2xx-ac97-lib.o 12 15 13 obj-$(CONFIG_SND_PXA2XX_AC97) += snd-pxa2xx- 16 obj-$(CONFIG_SND_PXA2XX_AC97) += snd-pxa2xx-ac97.o 14 snd-pxa2xx-ac97-y := pxa2xx-ac97 !! 17 snd-pxa2xx-ac97-objs := pxa2xx-ac97.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.