Makefile revision 199086
1# $FreeBSD: head/sys/modules/usb/atp/Makefile 199086 2009-11-09 15:59:09Z rpaulo $
2
3S=     ${.CURDIR}/../../..
4
5.PATH: $S/dev/usb/input
6
7KMOD=	atp
8SRCS=	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>
12