summaryrefslogtreecommitdiffstats
path: root/sys/modules/cas/Makefile
blob: 2e6fcfb4cb45ae9bb78794c6381cf8f6b2e717f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

.PATH: ${SRCTOP}/sys/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>
OpenPOWER on IntegriCloud