mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-21 00:42:16 +00:00
90292ea60f
This patch adds functions to use the io multiplexer on mx3 platforms. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9 lines
149 B
Makefile
9 lines
149 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
# Object file lists.
|
|
|
|
obj-y := mm.o time.o clock.o devices.o iomux.o
|
|
obj-$(CONFIG_MACH_MX31ADS) += mx31ads.o
|