The branch main has been updated by kevans:

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

commit 335c4f8edb3a02ea101b0f833c22182594e63c9e
Author:     Kyle Evans <[email protected]>
AuthorDate: 2021-09-30 03:47:15 +0000
Commit:     Kyle Evans <[email protected]>
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>
_______________________________________________
[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