blob: 4f9eaa328a1601a3ff63beaf14b86b65f960a469 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#
# 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
|