Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Apr 2021 20:06:42 GMT
From:      Vladimir Kondratyev <wulf@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 8e84712d01eb - main - hidmap: add missing opt_hid.h to module Makefile
Message-ID:  <202104142006.13EK6gSj078478@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wulf:

URL: https://cgit.FreeBSD.org/src/commit/?id=8e84712d01eb150f57dfe2244cd0c09b756fe40c

commit 8e84712d01eb150f57dfe2244cd0c09b756fe40c
Author:     Vladimir Kondratyev <wulf@FreeBSD.org>
AuthorDate: 2021-04-14 19:55:52 +0000
Commit:     Vladimir Kondratyev <wulf@FreeBSD.org>
CommitDate: 2021-04-14 20:05:59 +0000

    hidmap: add missing opt_hid.h to module Makefile
    
    Reported by:    pstef
    MFC after:      2 weeks
---
 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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104142006.13EK6gSj078478>