]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/i2c/controllers/amdpm/Makefile
Add the llvm-cov and llvm-profdata tools, when WITH_CLANG_EXTRAS is
[FreeBSD/FreeBSD.git] / sys / modules / i2c / controllers / amdpm / Makefile
1 # $FreeBSD$
2
3 .PATH:          ${.CURDIR}/../../../../dev/amdpm
4 KMOD            = amdpm
5 SRCS            = device_if.h bus_if.h pci_if.h smbus_if.h \
6                   amdpm.c
7
8 .include <bsd.kmod.mk>