mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-05 22:37:51 +00:00
This is i.MX BSP 5.0.0 release ported to 2.6.31 Signed-off-by: Rob Herring <r.herring@freescale.com> Signed-off-by: Alan Tull <r80115@freescale.com> Signed-off-by: Xinyu Chen <xinyu.chen@freescale.com>
28 lines
788 B
Makefile
28 lines
788 B
Makefile
#
|
|
# Makefile for ALSA
|
|
#
|
|
|
|
obj-$(CONFIG_SND_ARMAACI) += snd-aaci.o
|
|
snd-aaci-objs := aaci.o devdma.o
|
|
|
|
obj-$(CONFIG_SND_PXA2XX_PCM) += snd-pxa2xx-pcm.o
|
|
snd-pxa2xx-pcm-objs := pxa2xx-pcm.o
|
|
|
|
obj-$(CONFIG_SND_PXA2XX_LIB) += snd-pxa2xx-lib.o
|
|
snd-pxa2xx-lib-y := pxa2xx-pcm-lib.o
|
|
snd-pxa2xx-lib-$(CONFIG_SND_PXA2XX_LIB_AC97) += pxa2xx-ac97-lib.o
|
|
|
|
obj-$(CONFIG_SND_PXA2XX_AC97) += snd-pxa2xx-ac97.o
|
|
snd-pxa2xx-ac97-objs := pxa2xx-ac97.o
|
|
|
|
#
|
|
# Define the header file locations for PMIC drivers.
|
|
#
|
|
CFLAGS_mxc-alsa-pmic.o = -I$(srctree)/drivers/mxc
|
|
obj-$(CONFIG_SND_MXC_PMIC) += snd-mxc-alsa.o
|
|
snd-mxc-alsa-objs := mxc-alsa-pmic.o mxc-alsa-mixer.o
|
|
|
|
CFLGS_mxc_alsa_spdif.o = -I$(TOPDIR)/drivers/mxc
|
|
obj-$(CONFIG_SND_MXC_SPDIF) += snd-spdif.o
|
|
snd-spdif-objs := mxc-alsa-spdif.o
|