1 2.PATH: ${SRCTOP}/sys/dev/intpm 3KMOD = intpm 4SRCS = device_if.h bus_if.h iicbus_if.h smbus_if.h pci_if.h \ 5 opt_intpm.h intpmreg.h intpm.c 6 7.include <bsd.kmod.mk> 8
1 2.PATH: ${SRCTOP}/sys/dev/intpm 3KMOD = intpm 4SRCS = device_if.h bus_if.h iicbus_if.h smbus_if.h pci_if.h \ 5 opt_intpm.h intpmreg.h intpm.c 6 7.include <bsd.kmod.mk> 8