aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/libefi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stand/efi/libefi/Makefile')
-rw-r--r--stand/efi/libefi/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/stand/efi/libefi/Makefile b/stand/efi/libefi/Makefile
index 8bbd421486ca..8006893d0cbe 100644
--- a/stand/efi/libefi/Makefile
+++ b/stand/efi/libefi/Makefile
@@ -27,7 +27,8 @@ SRCS+= teken.c
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
SRCS+= time.c
-.elif ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm"
+.elif ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm" || \
+ ${MACHINE_CPUARCH} == "riscv"
SRCS+= time_event.c
.endif