opnsense-src/sys/modules/cas/Makefile
Marius Strobl 5e6587c9a7 MFC: r208143
Add the ofw_bus_if.h dependency introduced with r207585 (MFC'ed to
stable/8 in r208086).
2010-05-20 08:43:29 +00:00

12 lines
252 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/cas
KMOD= if_cas
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>