Hopefully, fix build of the module outside the kernel tree.

Sponsored by:	The FreeBSD Foundation
MFC after:	2 weeks
This commit is contained in:
Konstantin Belousov 2016-09-21 14:42:23 +00:00
parent 938e9a89c4
commit 05761ebcf1

View File

@ -4,5 +4,6 @@
KMOD= efirt
SRCS= efirt.c
SRCS+= device_if.h bus_if.h
.include <bsd.kmod.mk>