Build geni_iic kmod on aarch64

This commit is contained in:
Poul-Henning Kamp
2025-04-08 05:57:10 +00:00
parent 7611368063
commit 83483b480f
2 changed files with 13 additions and 0 deletions
+3
View File
@@ -6,5 +6,8 @@ SUBDIR += imcsmb
.if ${MACHINE_CPUARCH} == "riscv"
SUBDIR += iicoc
.endif
.if ${MACHINE_CPUARCH} == "aarch64"
SUBDIR += geni_iic
.endif
.include <bsd.subdir.mk>
@@ -0,0 +1,10 @@
.PATH: ${SRCTOP}/sys/dev/iicbus/controller/qcom
KMOD= geni_iic
SRCS= geni_iic.c geni_iic_var.h
SRCS+= geni_iic_acpi.c acpi_if.h
SRCS+= device_if.h bus_if.h iicbus_if.h
SRCS+= opt_acpi.h opt_platform.h
.include <bsd.kmod.mk>