mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
bhnd(4): Add missing dependency on ofw_bus_if.h
Reported by: wma Approved by: adrian (mentor, implicit)
This commit is contained in:
parent
26a8bd903a
commit
f8e61edaa1
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ SRCS+= bhnd_erom_if.c bhnd_erom_if.h
|
|||
SRCS+= chipc.c chipc_subr.c
|
||||
|
||||
SRCS+= chipc_gpio.c
|
||||
SRCS+= gpio_if.h
|
||||
SRCS+= gpio_if.h ofw_bus_if.h
|
||||
|
||||
SRCS+= bhnd_sprom_chipc.c \
|
||||
bhnd_pmu_chipc.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue