opnsense-src/sys/modules/if_cgem/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
156 B
Makefile
Raw Normal View History

.PATH: ${SRCTOP}/sys/dev/cadence
KMOD= if_cgem
SRCS= if_cgem.c
SRCS+= bus_if.h device_if.h miibus_if.h ofw_bus_if.h opt_platform.h
.include <bsd.kmod.mk>