Add the ofw_bus_if.h dependency introduced with r207585.
This commit is contained in:
parent
ea478cb1da
commit
ffce828c8c
@ -3,6 +3,10 @@
|
||||
.PATH: ${.CURDIR}/../../dev/cas
|
||||
|
||||
KMOD= if_cas
|
||||
SRCS= bus_if.h device_if.h if_cas.c miibus_if.h pci_if.h
|
||||
SRCS= bus_if.h device_if.h if_cas.c miibus_if.h pci_if.h ${ofw_bus_if}
|
||||
|
||||
.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
|
||||
ofw_bus_if= ofw_bus_if.h
|
||||
.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user