xref: /netbsd-src/sys/dev/usb/Makefile (revision 154bfe8e089c1a0a4e9ed8414f08d3da90949162)
1#	$NetBSD: Makefile,v 1.12 2020/03/31 16:28:28 maxv Exp $
2
3# use 'make -f Makefile.usbdevs' to make usbdevs.h and usbdevs_data.h
4# _after_ you committed usbdevs. See comment in Makefile.usbdevs
5
6INCSDIR= /usr/include/dev/usb
7
8# Only install includes which are used by userland
9INCS=	if_umbreg.h mbim.h ukyopon.h usb.h usbhid.h utoppy.h vhci.h
10
11.include <bsd.kinc.mk>
12