1 # SPDX-License-Identifier: GPL-2.0-only 2 # 3 # Makefile for Loongson-3 family machines 4 # 5 obj-$(CONFIG_MACH_LOONGSON64) += cop2-ex.o dma.o \ 6 setup.o init.o env.o time.o reset.o \ 7 8 obj-$(CONFIG_SMP) += smp.o 9 obj-$(CONFIG_NUMA) += numa.o 10 obj-$(CONFIG_RS780_HPET) += hpet.o 11 obj-$(CONFIG_SUSPEND) += pm.o sleeper.o 12 obj-$(CONFIG_PCI_QUIRKS) += vbios_quirk.o 13 obj-$(CONFIG_CPU_LOONGSON3_CPUCFG_EMULATION) += cpucfg-emul.o 14 obj-$(CONFIG_SYSFS) += boardinfo.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.