blob: 8699a53f0477ee5e14e50d76f7282415acec185e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#
# Makefile for lemote loongson2f family machines
#
obj-y += machtype.o irq.o reset.o ec_kb3310b.o
#
# Suspend Support
#
obj-$(CONFIG_LOONGSON_SUSPEND) += pm.o
|