NetBSD/sys/dev/usb/Makefile.usbdevs
riastradh 1cd7590af6 Fix the same typo again in the same comment.
Still no functional change.
2017-04-18 19:04:25 +00:00

22 lines
802 B
Makefile

# $NetBSD: Makefile.usbdevs,v 1.10 2017/04/18 19:04:25 riastradh Exp $
#
# As per tron@NetBSD.org, the proper procedure is
#
# 1.) Change "src/sys/dev/usb/usbdevs".
# 2.) Commit "src/sys/dev/usb/usbdevs".
# 3.) Execute "make -f Makefile.usbdevs" in "src/sys/dev/usb".
# 4.) Ensure that the value of USB_MAX_STRING_LEN is at least as large as
# the values reported. If necessary, update "src/sys/dev/usb/usb.h"
# and bump the kernel version in "src/sys/sys/param.h".
# 5.) Commit "src/sys/dev/usb/usbdevs.h" and "src/sys/dev/usb/usbdevs_data.h";
# if you changed them, also commit "src/sys/dev/usb/usb.h" and
# "src/sys/sys/param.h".
.include <bsd.own.mk>
usbdevs.h usbdevs_data.h: ${.CURDIR}/../devlist2h.awk usbdevs
/bin/rm -f usbdevs.h usbdevs_data.h
${TOOL_AWK} -f ${.ALLSRC}