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