Home | History | Annotate | Line # | Download | only in usb
Makefile.usbdevs revision 1.7.4.2
      1  1.7.4.2  pgoyette #	$NetBSD: Makefile.usbdevs,v 1.7.4.2 2017/04/26 02:53:23 pgoyette 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.7.4.1  pgoyette 
      9  1.7.4.1  pgoyette # 4.) Ensure that the value of USB_MAX_STRING_LEN is at least as large as
     10  1.7.4.1  pgoyette #     the values reported.  If necessary, update "src/sys/dev/usb/usb.h"
     11  1.7.4.2  pgoyette #     and bump the kernel version in "src/sys/sys/param.h".
     12  1.7.4.1  pgoyette # 5.) Commit "src/sys/dev/usb/usbdevs.h" and "src/sys/dev/usb/usbdevs_data.h";
     13  1.7.4.1  pgoyette #     if you changed them, also commit "src/sys/dev/usb/usb.h" and
     14  1.7.4.2  pgoyette #     "src/sys/sys/param.h".
     15  1.7.4.1  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