mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
8 lines
207 B
Makefile
8 lines
207 B
Makefile
#$FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/ichsmb
|
|
KMOD = ichsmb
|
|
SRCS = device_if.h bus_if.h iicbb_if.h pci_if.h smbus_if.h \
|
|
ichsmb.c ichsmb_pci.c ichsmb_reg.h ichsmb_var.h
|
|
|
|
.include <bsd.kmod.mk>
|