modules: iichid: needs opt_acpi.h

This fixes the standalone build.

(cherry picked from commit 335c4f8edb)
This commit is contained in:
Kyle Evans 2021-09-29 22:47:15 -05:00
parent 38e0682c8c
commit bd4ee4ead1

View file

@ -3,6 +3,7 @@
.PATH: ${SRCTOP}/sys/dev/iicbus
KMOD = iichid
SRCS = iichid.c
SRCS += acpi_if.h bus_if.h device_if.h hid_if.h iicbus_if.h opt_hid.h
SRCS += acpi_if.h bus_if.h device_if.h hid_if.h iicbus_if.h
SRCS += opt_acpi.h opt_hid.h
.include <bsd.kmod.mk>