2002-03-23 10:49:15 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2017-03-04 05:10:17 -05:00
|
|
|
.PATH: ${SRCTOP}/sys/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>
|