iicbus: Add missing dependency for iicbus module.

Reported by: rpokala, mjg
MFC with:       1bd3e8ba69
This commit is contained in:
Michal Meloun 2022-02-23 16:24:01 +01:00
parent 9b6a8ee28d
commit 01f8011736

View 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