]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/boot/efi/Makefile
MFC r368207,368607:
[FreeBSD/stable/10.git] / sys / boot / efi / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 # In-tree GCC does not support __attribute__((ms_abi)).
6 .if ${COMPILER_TYPE} != "gcc"
7
8 .if ${MACHINE_CPUARCH} == "amd64"
9 SUBDIR+=        libefi loader boot1
10 .endif
11
12 .endif # ${COMPILER_TYPE} != "gcc"
13
14 .if ${MACHINE_CPUARCH} == "ia64"
15 SUBDIR+=        libefi
16 .endif
17
18 .include <bsd.subdir.mk>
19