2002-03-23 10:49:15 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2014-09-23 02:31:15 -04:00
|
|
|
.PATH: ${.CURDIR}/../../../../dev/intpm
|
2002-03-23 10:49:15 -05:00
|
|
|
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>
|