Makefile revision 208143
1# $FreeBSD: head/sys/modules/cas/Makefile 208143 2010-05-16 12:39:17Z marius $
2
3.PATH: ${.CURDIR}/../../dev/cas
4
5KMOD=	if_cas
6SRCS=	bus_if.h device_if.h if_cas.c miibus_if.h pci_if.h ${ofw_bus_if}
7
8.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
9ofw_bus_if=	ofw_bus_if.h
10.endif
11
12.include <bsd.kmod.mk>
13