Move efirt.ko's source to sys/dev/misc/efirt.
[dragonfly.git] / sys / dev / misc / efirt / Makefile
blob32de94fd9caf77ae91c91a0c4ab43fb369fd408a
1 # $FreeBSD: head/sys/modules/efirt/Makefile 307070 2016-10-11 22:24:30Z imp $
3 .PATH: ${.CURDIR}/../../../platform/${MACHINE_PLATFORM}/${MACHINE_ARCH}
5 KMOD= efirt
6 SRCS= efirt.c efidev.c
7 SRCS+= device_if.h bus_if.h
9 .include <bsd.kmod.mk>