mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
- VIA chipset SMBus controllers added - alpm driver updated - Support for dynamic modules added - bktr FreeBSD smbus updated but not tested - cleanup
8 lines
171 B
Makefile
8 lines
171 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../i386/isa
|
|
KMOD = pcf
|
|
SRCS = device_if.h bus_if.h iicbus_if.h isa_if.h \
|
|
opt_compat_oldisa.h pcf.c
|
|
|
|
.include <bsd.kmod.mk>
|