1
0
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:
Warner Losh 2024-04-11 19:00:45 -06:00
parent 78d3648e73
commit fc901e984e

View File

@ -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>