]> xenbits.xensource.com Git - people/royger/freebsd.git/commitdiff
iicbus: Add missing dependency for iicbus module.
authorMichal Meloun <mmel@FreeBSD.org>
Wed, 23 Feb 2022 15:24:01 +0000 (16:24 +0100)
committerMichal Meloun <mmel@FreeBSD.org>
Wed, 23 Feb 2022 15:30:12 +0000 (16:30 +0100)
Reported by: rpokala, mjg
MFC with:       1bd3e8ba696633ccd7525030d951b58ade167814

sys/modules/i2c/iicbus/Makefile

index c6d2822bc20d4dfdd09c08596da7350cdd53d437..34d1941f32acb26724748ac8c40b2163df9938b6 100644 (file)
@@ -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