diff options
author | Lauri Kasanen <cand@gmx.com> | 2021-01-13 17:11:23 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-01-22 11:40:00 +0100 |
commit | baec970aa5ba11099ad7a91773350c91fb2113f0 (patch) | |
tree | a29768bc527cde6e1d1ee18aa6f030067cbc80d1 /arch/mips/n64/Makefile | |
parent | 65ce6197ed403b14f4efc70d509e07ac608a1ac5 (diff) |
mips: Add N64 machine type
Add support for the Nintendo 64.
Signed-off-by: Lauri Kasanen <cand@gmx.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/n64/Makefile')
-rw-r--r-- | arch/mips/n64/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/n64/Makefile b/arch/mips/n64/Makefile new file mode 100644 index 000000000000..b64a05ae218e --- /dev/null +++ b/arch/mips/n64/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Nintendo 64 +# + +obj-y := init.o irq.o |