1# $FreeBSD$ 2 3.PATH: ${SRCTOP}/sys/dev/hid 4 5KMOD= xb360gp 6SRCS= xb360gp.c 7SRCS+= bus_if.h device_if.h opt_usb.h 8 9.include <bsd.kmod.mk> 10