Home | History | Annotate | Line # | Download | only in usb
      1  1.10  riastrad #	$NetBSD: Makefile.usbdevs,v 1.10 2017/04/18 19:04:25 riastradh Exp $
      2   1.4     heinz #
      3   1.7  christos # As per tron (a] NetBSD.org, the proper procedure is
      4   1.7  christos #
      5   1.7  christos # 1.) Change "src/sys/dev/usb/usbdevs".
      6   1.7  christos # 2.) Commit "src/sys/dev/usb/usbdevs".
      7   1.7  christos # 3.) Execute "make -f Makefile.usbdevs" in "src/sys/dev/usb".
      8   1.8  pgoyette 
      9   1.8  pgoyette # 4.) Ensure that the value of USB_MAX_STRING_LEN is at least as large as
     10   1.8  pgoyette #     the values reported.  If necessary, update "src/sys/dev/usb/usb.h"
     11   1.9  riastrad #     and bump the kernel version in "src/sys/sys/param.h".
     12   1.8  pgoyette # 5.) Commit "src/sys/dev/usb/usbdevs.h" and "src/sys/dev/usb/usbdevs_data.h";
     13   1.8  pgoyette #     if you changed them, also commit "src/sys/dev/usb/usb.h" and
     14  1.10  riastrad #     "src/sys/sys/param.h".
     15   1.8  pgoyette 
     16   1.1  augustss 
     17   1.5       apb .include <bsd.own.mk>
     18   1.5       apb 
     19   1.7  christos usbdevs.h usbdevs_data.h: ${.CURDIR}/../devlist2h.awk usbdevs
     20   1.7  christos 	/bin/rm -f usbdevs.h usbdevs_data.h
     21   1.7  christos 	${TOOL_AWK} -f ${.ALLSRC}
     22