]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/usb/atp/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / usb / atp / Makefile
1 # $FreeBSD$
2
3 S=     ${.CURDIR}/../../..
4
5 .PATH: $S/dev/usb/input
6
7 KMOD=   atp
8 SRCS=   opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h vnode_if.h usbdevs.h \
9         atp.c
10
11 .include <bsd.kmod.mk>