opnsense-src/sys/modules/ste/Makefile

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

9 lines
147 B
Makefile
Raw Normal View History

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