blob: 6e0098414ef4509457ef05f720a648afa6bc57a7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
.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} opt_platform.h
.if ${MACHINE_CPUARCH} == "powerpc"
ofw_bus_if= ofw_bus_if.h
.endif
.include <bsd.kmod.mk>
|