]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/mmcnull/Makefile
The am335x_ehrpwm driver now requires the pwmbus_if interface, add it.
[FreeBSD/FreeBSD.git] / sys / modules / mmcnull / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/mmcnull
4
5 KMOD=   mmcnull
6 SRCS=   mmcnull.c device_if.h bus_if.h
7
8 .include <bsd.kmod.mk>