xref: /freebsd/sys/modules/hid/hidwacom/Makefile (revision 4085d1991e2a9e155e3d928955ce8ba53512b8da)
1*4085d199SAbdelkader Boudih.PATH: ${SRCTOP}/sys/dev/hid
2*4085d199SAbdelkader Boudih
3*4085d199SAbdelkader BoudihKMOD=	hidwacom
4*4085d199SAbdelkader BoudihSRCS=	hidwacom.c
5*4085d199SAbdelkader BoudihSRCS+=	opt_hid.h
6*4085d199SAbdelkader BoudihSRCS+=	bus_if.h device_if.h usbdevs.h
7*4085d199SAbdelkader Boudih
8*4085d199SAbdelkader Boudih.include <bsd.kmod.mk>
9