mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 10:31:48 +00:00
df1bf4bdb2
This patch introduces the clock API for for arch-mxc Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9 lines
131 B
Makefile
9 lines
131 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
# Object file lists.
|
|
|
|
obj-y := mm.o time.o clock.o
|
|
obj-$(CONFIG_MACH_MX31ADS) += mx31ads.o
|