]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/am335x_dmtpps/Makefile
Merge once more from ^/vendor/llvm-project/release-10.x, to get the
[FreeBSD/FreeBSD.git] / sys / modules / am335x_dmtpps / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/arm/ti/am335x
4
5 KMOD=   am335x_dmtpps
6 SRCS=   am335x_dmtpps.c
7
8 SRCS+= bus_if.h device_if.h ofw_bus_if.h
9
10 .include <bsd.kmod.mk>