mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
userland. It supports userland interfaces to UEFI Runtime Services. This is indended to the the MI portion of EFI RuntimeServices support. Differential Revision: https://reviews.freebsd.org/D8128 Reviewed by: kib@, wblock@, Ganael Laplanche
10 lines
183 B
Makefile
10 lines
183 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../${MACHINE}/${MACHINE}
|
|
.PATH: ${.CURDIR}/../../dev/efidev
|
|
|
|
KMOD= efirt
|
|
SRCS= efirt.c efidev.c
|
|
SRCS+= device_if.h bus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|