mirror of
https://github.com/opnsense/src.git
synced 2026-05-25 02:35:01 -04:00
modules: iichid: needs opt_acpi.h
This fixes the standalone build.
(cherry picked from commit 335c4f8edb)
This commit is contained in:
parent
38e0682c8c
commit
bd4ee4ead1
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue