Makefile.usbdevs revision 1.8
11.8Spgoyette#	$NetBSD: Makefile.usbdevs,v 1.8 2016/10/26 01:03:23 pgoyette Exp $
21.4Sheinz#
31.7Schristos# As per tron@NetBSD.org, the proper procedure is
41.7Schristos#
51.7Schristos# 1.) Change "src/sys/dev/usb/usbdevs".
61.7Schristos# 2.) Commit "src/sys/dev/usb/usbdevs".
71.7Schristos# 3.) Execute "make -f Makefile.usbdevs" in "src/sys/dev/usb".
81.8Spgoyette
91.8Spgoyette# 4.) Ensure that the value of USB_MAX_STRING_LEN is at least as large as
101.8Spgoyette#     the values reported.  If necessary, update "src/sys/dev/usb/usb.h"
111.8Spgoyette#     and bump the kernel version in "src/sys/sys/param/h".
121.8Spgoyette# 5.) Commit "src/sys/dev/usb/usbdevs.h" and "src/sys/dev/usb/usbdevs_data.h";
131.8Spgoyette#     if you changed them, also commit "src/sys/dev/usb/usb.h" and
141.8Spgoyette#     "src/sys/sys/param/h".
151.8Spgoyette
161.1Saugustss
171.5Sapb.include <bsd.own.mk>
181.5Sapb
191.7Schristosusbdevs.h usbdevs_data.h: ${.CURDIR}/../devlist2h.awk usbdevs
201.7Schristos	/bin/rm -f usbdevs.h usbdevs_data.h
211.7Schristos	${TOOL_AWK} -f ${.ALLSRC}
22