mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00:00
95cf1468f7
For unexplainable reasons the Loongson 2 clock API was implemented in a module so fixing this involved shifting large amounts of code around. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
12 lines
172 B
Makefile
12 lines
172 B
Makefile
#
|
|
# Makefile for lemote loongson2f family machines
|
|
#
|
|
|
|
obj-y += clock.o machtype.o irq.o reset.o ec_kb3310b.o
|
|
|
|
#
|
|
# Suspend Support
|
|
#
|
|
|
|
obj-$(CONFIG_LOONGSON_SUSPEND) += pm.o
|