22 lines
800 B
Makefile
22 lines
800 B
Makefile
# $NetBSD: Makefile.usbdevs,v 1.8 2016/10/26 01:03:23 pgoyette 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}
|