Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 2021 04:10:56 GMT
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 335c4f8edb3a - main - modules: iichid: needs opt_acpi.h
Message-ID:  <202109300410.18U4AuxU063354@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=335c4f8edb3a02ea101b0f833c22182594e63c9e

commit 335c4f8edb3a02ea101b0f833c22182594e63c9e
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2021-09-30 03:47:15 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2021-09-30 04:10:35 +0000

    modules: iichid: needs opt_acpi.h
    
    This fixes the standalone build.
---
 sys/modules/i2c/iichid/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys/modules/i2c/iichid/Makefile b/sys/modules/i2c/iichid/Makefile
index 36cdb3127088..a6affe1d76fc 100644
--- a/sys/modules/i2c/iichid/Makefile
+++ b/sys/modules/i2c/iichid/Makefile
@@ -3,6 +3,7 @@
 .PATH:		${SRCTOP}/sys/dev/iicbus
 KMOD		= iichid
 SRCS		= iichid.c
-SRCS		+= acpi_if.h bus_if.h device_if.h hid_if.h iicbus_if.h opt_hid.h
+SRCS		+= acpi_if.h bus_if.h device_if.h hid_if.h iicbus_if.h
+SRCS		+= opt_acpi.h opt_hid.h
 
 .include <bsd.kmod.mk>



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