diff options
| author | skrll <skrll@NetBSD.org> | 2023-05-07 12:41:45 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2023-05-07 12:41:45 +0000 |
| commit | 0cdd33139a1c60797bd5002b4944b2faa9e2f9c6 (patch) | |
| tree | 6358f451321d60c76649dcd34633a6c1799fdb77 /sys/modules | |
| parent | 67090cda0ba82dccb26f986c355d2b5926cf73c4 (diff) | |
RISC-V support that works on QEMU with a single hart.
Thanks for Simon Burge for plic(4).
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 427ef263382..fe978055cdc 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.277 2023/04/13 07:03:31 riastradh Exp $ +# $NetBSD: Makefile,v 1.278 2023/05/07 12:41:49 skrll Exp $ .include <bsd.own.mk> @@ -217,6 +217,7 @@ SUBDIR+= exec_elf32 .if ${MACHINE_CPU} == "aarch64" || \ ${MACHINE_ARCH} == "alpha" || \ ${MACHINE_ARCH} == "ia64" || \ + ${MACHINE_ARCH} == "riscv64" || \ ${MACHINE_ARCH} == "sparc64" || \ ${MACHINE_ARCH} == "x86_64" SUBDIR+= exec_elf64 |
