]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/bios/smapi/Makefile
Add kernel interfaces to call EFI Runtime Services.
[FreeBSD/FreeBSD.git] / sys / modules / bios / smapi / Makefile
1 # $FreeBSD$
2 #
3
4 .PATH:  ${.CURDIR}/../../../i386/bios
5
6 KMOD=   smapi
7 SRCS=   smapi.c smapi_bios.S \
8         bus_if.h device_if.h
9
10 .include <bsd.kmod.mk>
11
12 CFLAGS.smapi_bios.S=    ${CLANG_NO_IAS34}