diff options
Diffstat (limited to 'arch/mips/loongson/loongson-3/Makefile')
-rw-r--r-- | arch/mips/loongson/loongson-3/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/loongson/loongson-3/Makefile b/arch/mips/loongson/loongson-3/Makefile new file mode 100644 index 000000000000..70152b252ddc --- /dev/null +++ b/arch/mips/loongson/loongson-3/Makefile @@ -0,0 +1,6 @@ +# +# Makefile for Loongson-3 family machines +# +obj-y += irq.o + +obj-$(CONFIG_SMP) += smp.o |