1*1cd7590aSriastradh# $NetBSD: Makefile.usbdevs,v 1.10 2017/04/18 19:04:25 riastradh Exp $ 2ebc862f9Sheinz# 39eaee4f4Schristos# As per tron@NetBSD.org, the proper procedure is 49eaee4f4Schristos# 59eaee4f4Schristos# 1.) Change "src/sys/dev/usb/usbdevs". 69eaee4f4Schristos# 2.) Commit "src/sys/dev/usb/usbdevs". 79eaee4f4Schristos# 3.) Execute "make -f Makefile.usbdevs" in "src/sys/dev/usb". 8c9690682Spgoyette 9c9690682Spgoyette# 4.) Ensure that the value of USB_MAX_STRING_LEN is at least as large as 10c9690682Spgoyette# the values reported. If necessary, update "src/sys/dev/usb/usb.h" 119f481a9fSriastradh# and bump the kernel version in "src/sys/sys/param.h". 12c9690682Spgoyette# 5.) Commit "src/sys/dev/usb/usbdevs.h" and "src/sys/dev/usb/usbdevs_data.h"; 13c9690682Spgoyette# if you changed them, also commit "src/sys/dev/usb/usb.h" and 14*1cd7590aSriastradh# "src/sys/sys/param.h". 15c9690682Spgoyette 16deb00272Saugustss 1796230fabSapb.include <bsd.own.mk> 1896230fabSapb 199eaee4f4Schristosusbdevs.h usbdevs_data.h: ${.CURDIR}/../devlist2h.awk usbdevs 209eaee4f4Schristos /bin/rm -f usbdevs.h usbdevs_data.h 219eaee4f4Schristos ${TOOL_AWK} -f ${.ALLSRC} 22