xref: /dflybsd-src/sys/dev/misc/efirt/Makefile (revision 5b210ee3c06ba1b9b22473e350ac501f0534390a)
1# $FreeBSD: head/sys/modules/efirt/Makefile 307070 2016-10-11 22:24:30Z imp $
2
3.PATH: ${.CURDIR}/../../../platform/${MACHINE_PLATFORM}/${MACHINE_ARCH}
4
5KMOD=	efirt
6SRCS=	efirt.c efidev.c
7SRCS+=  device_if.h bus_if.h
8
9.include <bsd.kmod.mk>
10