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