mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-09-17 12:52:10 +02:00
13 lines
209 B
Makefile
13 lines
209 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for lemote loongson2f family machines
|
|
#
|
|
|
|
obj-y += clock.o machtype.o irq.o reset.o dma.o ec_kb3310b.o
|
|
|
|
#
|
|
# Suspend Support
|
|
#
|
|
|
|
obj-$(CONFIG_SUSPEND) += pm.o
|