Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2022 15:30:23 GMT
From:      Michal Meloun <mmel@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 01f8011736ff - main - iicbus: Add missing dependency for iicbus module.
Message-ID:  <202202231530.21NFUN3S008620@gitrepo.freebsd.org>

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

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

commit 01f8011736ff4327649dff1c2c94212dcbf0d770
Author:     Michal Meloun <mmel@FreeBSD.org>
AuthorDate: 2022-02-23 15:24:01 +0000
Commit:     Michal Meloun <mmel@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



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