Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # |
| 3 | # Makefile for ALSA |
| 4 | # |
| 5 | |
Takashi Iwai | 2c484df | 2005-06-30 18:54:04 +0200 | [diff] [blame] | 6 | obj-$(CONFIG_SND_ARMAACI) += snd-aaci.o |
Takashi Iwai | d679732 | 2009-11-26 15:08:54 +0100 | [diff] [blame] | 7 | snd-aaci-objs := aaci.o |
Russell King | c923715 | 2005-09-06 15:16:52 -0700 | [diff] [blame] | 8 | |
Dmitry Baryshkov | 9c63634 | 2008-09-10 05:01:17 +0400 | [diff] [blame] | 9 | obj-$(CONFIG_SND_PXA2XX_LIB) += snd-pxa2xx-lib.o |
Dmitry Baryshkov | a6d7731 | 2008-09-10 05:01:20 +0400 | [diff] [blame] | 10 | snd-pxa2xx-lib-y := pxa2xx-pcm-lib.o |
| 11 | snd-pxa2xx-lib-$(CONFIG_SND_PXA2XX_LIB_AC97) += pxa2xx-ac97-lib.o |
Dmitry Baryshkov | 9c63634 | 2008-09-10 05:01:17 +0400 | [diff] [blame] | 12 | |
Russell King | c923715 | 2005-09-06 15:16:52 -0700 | [diff] [blame] | 13 | obj-$(CONFIG_SND_PXA2XX_AC97) += snd-pxa2xx-ac97.o |
| 14 | snd-pxa2xx-ac97-objs := pxa2xx-ac97.o |