xref: /dragonfly/sys/dev/powermng/memtemp/Makefile (revision d9902073)
1KMOD = memtemp
2SRCS = memtemp_e5.c memtemp_core.c
3SRCS += device_if.h bus_if.h pci_if.h pcib_if.h coremctl_if.h
4
5.include <bsd.kmod.mk>
6