mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05:00
Differential Revision: https://reviews.freebsd.org/D2372 Reviewed by: jhb, wblock, adrian Approved by: jhb, wblock Relnotes: yes
8 lines
196 B
Makefile
8 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>
|