xref: /linux/arch/mips/loongson2ef/lemote-2f/Makefile (revision 9d106c6dd81bb26ad7fc3ee89cb1d62557c8e2c9)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Makefile for lemote loongson2f family machines
4#
5
6obj-y += clock.o machtype.o irq.o reset.o dma.o ec_kb3310b.o
7
8#
9# Suspend Support
10#
11
12obj-$(CONFIG_SUSPEND) += pm.o
13