]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/am335x_dmtpps/Makefile
Give the mx25l device sole ownership of the name /dev/flash/spi* instead of
[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>