opnsense-src/sys/modules/efirt/Makefile
Konstantin Belousov 05761ebcf1 Hopefully, fix build of the module outside the kernel tree.
Sponsored by:	The FreeBSD Foundation
MFC after:	2 weeks
2016-09-21 14:42:23 +00:00

9 lines
139 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../${MACHINE}/${MACHINE}
KMOD= efirt
SRCS= efirt.c
SRCS+= device_if.h bus_if.h
.include <bsd.kmod.mk>