diff options
Diffstat (limited to 'arch/mips/loongson1/common/Makefile')
-rw-r--r-- | arch/mips/loongson1/common/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/loongson1/common/Makefile b/arch/mips/loongson1/common/Makefile new file mode 100644 index 000000000000..b2797709ef5b --- /dev/null +++ b/arch/mips/loongson1/common/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for common code of loongson1 based machines. +# + +obj-y += clock.o irq.o platform.o prom.o reset.o setup.o |