mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-06 06:47:36 +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>
10 lines
177 B
Makefile
10 lines
177 B
Makefile
#
|
|
# Makefile for the kernel Digital Audio MUX (DAM) device driver.
|
|
#
|
|
|
|
ifeq ($(CONFIG_ARCH_MX27),y)
|
|
obj-$(CONFIG_MXC_DAM) += dam_v1.o
|
|
else
|
|
obj-$(CONFIG_MXC_DAM) += dam.o
|
|
endif
|