mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -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
154 B
Makefile
8 lines
154 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/ppbus
|
|
KMOD = pcf
|
|
SRCS = device_if.h bus_if.h iicbb_if.h ppbus_if.h \
|
|
lpbb.c
|
|
|
|
.include <bsd.kmod.mk>
|