freebsd-dev/sys/modules/ffec/Makefile

9 lines
166 B
Makefile
Raw Normal View History

2017-06-10 23:45:26 +00:00
# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ffec
KMOD= if_ffec
SRCS= if_ffec.c miibus_if.h device_if.h bus_if.h pci_if.h ofw_bus_if.h opt_global.h
2017-06-10 23:45:26 +00:00
.include <bsd.kmod.mk>