2014-09-23 06:31:15 +00:00

9 lines
190 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../../dev/intpm
KMOD = intpm
SRCS = device_if.h bus_if.h iicbus_if.h smbus_if.h pci_if.h \
opt_intpm.h intpmreg.h intpm.c
.include <bsd.kmod.mk>