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