modules/allwinner: add nvmem_if.h to SRCS

Ensure the header is generated; it is a dependency for these drivers.
This fixes standalone module builds and riscv LINT.

Reported by:	zlei
Sponsored by:	The FreeBSD Foundation
Fixes:	5522519731 ("modules: enable allwinner kmods on riscv")
This commit is contained in:
Mitchell Horne
2025-10-22 11:29:37 -03:00
parent 3e9ad70a30
commit fe7954d723
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -7,6 +7,7 @@ SRCS+= \
bus_if.h \
clknode_if.h \
device_if.h \
ofw_bus_if.h \
nvmem_if.h \
ofw_bus_if.h
.include <bsd.kmod.mk>
+2 -1
View File
@@ -7,6 +7,7 @@ SRCS+= \
bus_if.h \
clknode_if.h \
device_if.h \
ofw_bus_if.h \
nvmem_if.h \
ofw_bus_if.h
.include <bsd.kmod.mk>