e3d13ff4b9
This patch adds MX3 support for the i.MX internal uart driver. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9 lines
141 B
Makefile
9 lines
141 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
# Object file lists.
|
|
|
|
obj-y := mm.o time.o clock.o devices.o
|
|
obj-$(CONFIG_MACH_MX31ADS) += mx31ads.o
|