git: 1ef67193bade - main - hid: Add missed dependency on usbdevs.h for static builds
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Mar 2022 23:36:35 UTC
The branch main has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=1ef67193badecd99a3171db3cd59e89347d3b46e commit 1ef67193badecd99a3171db3cd59e89347d3b46e Author: Vladimir Kondratyev <wulf@FreeBSD.org> AuthorDate: 2022-03-02 23:35:23 +0000 Commit: Vladimir Kondratyev <wulf@FreeBSD.org> CommitDate: 2022-03-02 23:35:23 +0000 hid: Add missed dependency on usbdevs.h for static builds MFC after: 2 month --- sys/conf/files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index 49364d4cd6cc..405d9d5f3bcc 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -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 \