opnsense-src/sys/modules/i2c/controllers/pcf/Makefile
Nicolas Souchu c17d43407f Major rework of the iicbus/smbus framework:
- VIA chipset SMBus controllers added
	- alpm driver updated
	- Support for dynamic modules added
	- bktr FreeBSD smbus updated but not tested
	- cleanup
2002-03-23 15:49:15 +00:00

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>