mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-23 07:05:27 +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>
8 lines
146 B
Makefile
8 lines
146 B
Makefile
#
|
|
# Makefile for the kernel Asynchronous Sample Rate Converter driver
|
|
#
|
|
|
|
ifeq ($(CONFIG_ARCH_MX35),y)
|
|
obj-$(CONFIG_MXC_ASRC) += mxc_asrc.o
|
|
endif
|