9 lines
131 B
Makefile
9 lines
131 B
Makefile
|
#
|
||
|
# Makefile for Loongson-3 family machines
|
||
|
#
|
||
|
obj-y += irq.o cop2-ex.o
|
||
|
|
||
|
obj-$(CONFIG_SMP) += smp.o
|
||
|
|
||
|
obj-$(CONFIG_NUMA) += numa.o
|