The branch stable/13 has been updated by wulf:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=91e562169c0b68b6034a67db1350008ff48e37de

commit 91e562169c0b68b6034a67db1350008ff48e37de
Author:     Vladimir Kondratyev <[email protected]>
AuthorDate: 2021-04-14 19:55:52 +0000
Commit:     Vladimir Kondratyev <[email protected]>
CommitDate: 2021-04-30 20:12:33 +0000

    hidmap: add missing opt_hid.h to module Makefile
    
    Reported by:    pstef
---
 sys/modules/hid/hidmap/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/modules/hid/hidmap/Makefile b/sys/modules/hid/hidmap/Makefile
index 8e79f156d9d7..00e7099b287b 100644
--- a/sys/modules/hid/hidmap/Makefile
+++ b/sys/modules/hid/hidmap/Makefile
@@ -4,6 +4,7 @@
 
 KMOD=  hidmap
 SRCS=  hidmap.c
+SRCS+= opt_hid.h
 SRCS+= bus_if.h device_if.h
 
 .include <bsd.kmod.mk>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to