diff options
Diffstat (limited to 'arch/mips/cpu/Makefile')
-rw-r--r-- | arch/mips/cpu/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/mips/cpu/Makefile b/arch/mips/cpu/Makefile new file mode 100644 index 0000000..fc6b455 --- /dev/null +++ b/arch/mips/cpu/Makefile @@ -0,0 +1,9 @@ +# +# SPDX-License-Identifier: GPL-2.0+ +# + +extra-y = start.o + +obj-y += time.o +obj-y += interrupts.o +obj-y += cpu.o |