mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Call usbdevs2h with -h for .h file
Explicitly generate usbdevs_data.h for usb kernels with new -d switch
This commit is contained in:
parent
2fe2cbd59b
commit
2c3bc7b9f4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139459
@ -52,9 +52,14 @@ pccarddevs.h standard \
|
||||
clean "pccarddevs.h"
|
||||
usbdevs.h optional usb \
|
||||
dependency "$S/tools/usbdevs2h.awk $S/dev/usb/usbdevs" \
|
||||
compile-with "${AWK} -f $S/tools/usbdevs2h.awk $S/dev/usb/usbdevs" \
|
||||
compile-with "${AWK} -f $S/tools/usbdevs2h.awk $S/dev/usb/usbdevs -h" \
|
||||
no-obj no-implicit-rule before-depend \
|
||||
clean "usbdevs.h usbdevs_data.h"
|
||||
clean "usbdevs.h"
|
||||
usbdevs_data.h optional usb \
|
||||
dependency "$S/tools/usbdevs2h.awk $S/dev/usb/usbdevs" \
|
||||
compile-with "${AWK} -f $S/tools/usbdevs2h.awk $S/dev/usb/usbdevs -d" \
|
||||
no-obj no-implicit-rule before-depend \
|
||||
clean "usbdevs_data.h"
|
||||
kern/device_if.m standard
|
||||
kern/bus_if.m standard
|
||||
kern/clock_if.m optional genclock
|
||||
|
Loading…
Reference in New Issue
Block a user