1# $FreeBSD: stable/12/sys/modules/usb/atp/Makefile 314651 2017-03-04 10:10:17Z ngie $ 2 3S= ${SRCTOP}/sys 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