The branch main has been updated by mmel:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=01f8011736ff4327649dff1c2c94212dcbf0d770

commit 01f8011736ff4327649dff1c2c94212dcbf0d770
Author:     Michal Meloun <m...@freebsd.org>
AuthorDate: 2022-02-23 15:24:01 +0000
Commit:     Michal Meloun <m...@freebsd.org>
CommitDate: 2022-02-23 15:30:12 +0000

    iicbus: Add missing dependency for iicbus module.
    
    Reported by: rpokala, mjg
    MFC with:       1bd3e8ba696633ccd7525030d951b58ade167814
---
 sys/modules/i2c/iicbus/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/modules/i2c/iicbus/Makefile b/sys/modules/i2c/iicbus/Makefile
index c6d2822bc20d..34d1941f32ac 100644
--- a/sys/modules/i2c/iicbus/Makefile
+++ b/sys/modules/i2c/iicbus/Makefile
@@ -21,7 +21,7 @@ SRCS+=        acpi_iicbus.c opt_acpi.h acpi_if.h
 .endif
 
 .if !empty(OPT_FDT)
-SRCS+= ofw_iicbus.c ofw_bus_if.h
+SRCS+= ofw_iicbus.c ofw_iicbus_if.h ofw_bus_if.h
 .endif
 
 EXPORT_SYMS=   YES

Reply via email to