mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
8 lines
181 B
Makefile
8 lines
181 B
Makefile
|
|
.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
|
|
SRCS += opt_acpi.h opt_hid.h
|
|
|
|
.include <bsd.kmod.mk>
|