mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 16:18:54 -04:00
9 lines
196 B
Makefile
9 lines
196 B
Makefile
|
|
#$FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../../dev/ichiic
|
||
|
|
KMOD = ig4
|
||
|
|
SRCS = device_if.h bus_if.h iicbb_if.h pci_if.h smbus_if.h \
|
||
|
|
ig4_iic.c ig4_pci.c ig4_reg.h ig4_var.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|