1.PATH: ${SRCTOP}/sys/dev/cas 2 3KMOD= if_cas 4SRCS= bus_if.h device_if.h if_cas.c miibus_if.h pci_if.h ${ofw_bus_if} opt_platform.h 5 6.if ${MACHINE_CPUARCH} == "powerpc" 7ofw_bus_if= ofw_bus_if.h 8.endif 9 10.include <bsd.kmod.mk> 11
1.PATH: ${SRCTOP}/sys/dev/cas 2 3KMOD= if_cas 4SRCS= bus_if.h device_if.h if_cas.c miibus_if.h pci_if.h ${ofw_bus_if} opt_platform.h 5 6.if ${MACHINE_CPUARCH} == "powerpc" 7ofw_bus_if= ofw_bus_if.h 8.endif 9 10.include <bsd.kmod.mk> 11