mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
11 lines
223 B
Makefile
11 lines
223 B
Makefile
|
|
.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>
|