summaryrefslogtreecommitdiff
path: root/vpx_ports/vpx_ports.mk
diff options
context:
space:
mode:
Diffstat (limited to 'vpx_ports/vpx_ports.mk')
-rw-r--r--vpx_ports/vpx_ports.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/vpx_ports/vpx_ports.mk b/vpx_ports/vpx_ports.mk
index e30e87cef..8c57ab4ce 100644
--- a/vpx_ports/vpx_ports.mk
+++ b/vpx_ports/vpx_ports.mk
@@ -48,6 +48,9 @@ PORTS_SRCS-$(VPX_ARCH_MIPS) += mips.h
PORTS_SRCS-$(VPX_ARCH_LOONGARCH) += loongarch_cpudetect.c
PORTS_SRCS-$(VPX_ARCH_LOONGARCH) += loongarch.h
+PORTS_SRCS-$(VPX_ARCH_RISCV64) += riscv_cpudetect.c
+PORTS_SRCS-$(VPX_ARCH_RISCV64) += riscv.h
+
ifeq ($(VPX_ARCH_MIPS), yes)
PORTS_SRCS-yes += asmdefs_mmi.h
endif