git: 335c4f8edb3a - main - modules: iichid: needs opt_acpi.h

Kyle Evans kevans at FreeBSD.org
Thu Sep 30 04:10:57 UTC 2021


The branch main has been updated by kevans:

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

commit 335c4f8edb3a02ea101b0f833c22182594e63c9e
Author:     Kyle Evans <kevans at FreeBSD.org>
AuthorDate: 2021-09-30 03:47:15 +0000
Commit:     Kyle Evans <kevans at 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>


More information about the dev-commits-src-main mailing list