1#
2# Makefile for Loongson-3 family machines
3#
4obj-y			+= irq.o cop2-ex.o platform.o
5
6obj-$(CONFIG_SMP)	+= smp.o
7
8obj-$(CONFIG_NUMA)	+= numa.o
9
10obj-$(CONFIG_RS780_HPET) += hpet.o
11