mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
[rpi_ft5406] Add missing dependency on mbox_if.h
Submitted by: hselasky MFC after: ASAP
This commit is contained in:
parent
ab607f28e3
commit
f699532fb5
1 changed files with 1 additions and 1 deletions
|
|
@ -5,6 +5,6 @@
|
|||
KMOD= rpi_ft5406
|
||||
SRCS= bcm2835_ft5406.c
|
||||
|
||||
SRCS+= bus_if.h device_if.h ofw_bus_if.h
|
||||
SRCS+= bus_if.h device_if.h mbox_if.h ofw_bus_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue