freebsd-dev/sys/modules/cas/Makefile
2010-07-13 12:47:31 +00:00

13 lines
255 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_CPUARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
ofw_bus_if= ofw_bus_if.h
.endif
.include <bsd.kmod.mk>