mirror of https://gitee.com/openkylin/linux.git
13 lines
339 B
Makefile
13 lines
339 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for Loongson-3 family machines
|
|
#
|
|
obj-$(CONFIG_MACH_LOONGSON64) += cop2-ex.o platform.o dma.o \
|
|
setup.o init.o env.o time.o reset.o \
|
|
|
|
obj-$(CONFIG_SMP) += smp.o
|
|
obj-$(CONFIG_NUMA) += numa.o
|
|
obj-$(CONFIG_RS780_HPET) += hpet.o
|
|
obj-$(CONFIG_PCI) += pci.o
|
|
obj-$(CONFIG_SUSPEND) += pm.o
|