hid: Add missed dependency on usbdevs.h for static builds

MFC after:	2 month
This commit is contained in:
Vladimir Kondratyev 2022-03-03 02:35:23 +03:00
parent 2753997438
commit 1ef67193ba

View File

@ -61,7 +61,7 @@ ukbdmap.h optional ukbd_dflt_keymap \
compile-with "${KEYMAP} -L ${UKBD_DFLT_KEYMAP} | ${KEYMAP_FIX} > ${.TARGET}" \
no-obj no-implicit-rule before-depend \
clean "ukbdmap.h"
usbdevs.h optional usb \
usbdevs.h optional usb | hid \
dependency "$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 \