git: 38d92688aae6 - stable/13 - hid: Add missed dependency on usbdevs.h for static builds
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Dec 2022 08:36:57 UTC
The branch stable/13 has been updated by wulf:
URL: https://cgit.FreeBSD.org/src/commit/?id=38d92688aae6ac3cee800dd9e291b16aad9d4195
commit 38d92688aae6ac3cee800dd9e291b16aad9d4195
Author: Vladimir Kondratyev <wulf@FreeBSD.org>
AuthorDate: 2022-03-02 23:35:23 +0000
Commit: Vladimir Kondratyev <wulf@FreeBSD.org>
CommitDate: 2022-12-24 08:33:26 +0000
hid: Add missed dependency on usbdevs.h for static builds
(cherry picked from commit 1ef67193badecd99a3171db3cd59e89347d3b46e)
---
sys/conf/files | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/conf/files b/sys/conf/files
index 5a8a476cff9a..a9bb372cec2a 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -66,7 +66,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 \