mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-25 07:49:18 +00:00
bcm2838_xhci: Need to generate ofw_bus_if.h
Add ofw_bus_if.h to SRCS so that this will always be generated so this
can build standalone, or when FDT isn't in the kernel.
Fixes: ac83063d37
(for LINT-ACPI)
Sponsored by: Netflix
This commit is contained in:
parent
78d3648e73
commit
fc901e984e
@ -7,6 +7,6 @@ S= ${SRCTOP}/sys
|
||||
.PATH: $S/arm/broadcom/bcm2835
|
||||
|
||||
KMOD= bcm2838_xhci
|
||||
SRCS= bcm2838_xhci.c
|
||||
SRCS= bcm2838_xhci.c ofw_bus_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user