mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 05:32:00 +00:00
fc84106222
We don't need them anymore, They are uniform on all Loongson64 systems and have been fixed in DeviceTree.loongson3_platform_init is replaced with DTS + driver. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Qing Zhang <zhangqing@loongson.cn> Acked-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
15 lines
440 B
Makefile
15 lines
440 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for Loongson-3 family machines
|
|
#
|
|
obj-$(CONFIG_MACH_LOONGSON64) += cop2-ex.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_SUSPEND) += pm.o
|
|
obj-$(CONFIG_PCI_QUIRKS) += vbios_quirk.o
|
|
obj-$(CONFIG_CPU_LOONGSON3_CPUCFG_EMULATION) += cpucfg-emul.o
|
|
obj-$(CONFIG_SYSFS) += boardinfo.o
|