mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-07 13:53:24 +00:00
55e8bf4e18
With all board files removed, there is no user of iomux driver. Remove it. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
7 lines
131 B
Makefile
7 lines
131 B
Makefile
# Common support
|
|
obj-y := icoll.o ocotp.o system.o timer.o mm.o
|
|
|
|
obj-$(CONFIG_PM) += pm.o
|
|
|
|
obj-$(CONFIG_MACH_MXS_DT) += mach-mxs.o
|