mirror of
https://github.com/torvalds/linux.git
synced 2024-12-21 02:21:36 +00:00
c74512bf83
Move mxs timer driver into drivers/clocksource as mxs_timer.c. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
7 lines
123 B
Makefile
7 lines
123 B
Makefile
# Common support
|
|
obj-y := icoll.o ocotp.o system.o mm.o
|
|
|
|
obj-$(CONFIG_PM) += pm.o
|
|
|
|
obj-$(CONFIG_MACH_MXS_DT) += mach-mxs.o
|