]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - sys/boot/efi/Makefile
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.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