You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# Makefile for Loongson-3 family machines
|
|
#
|
|
obj-y += irq.o cop2-ex.o platform.o acpi_init.o
|
|
|
|
obj-$(CONFIG_SMP) += smp.o
|
|
|
|
obj-$(CONFIG_NUMA) += numa.o
|
|
|
|
obj-$(CONFIG_RS780_HPET) += hpet.o
|
|
|