Makefile revision 295538
1# $FreeBSD: stable/10/sys/boot/efi/Makefile 295538 2016-02-11 17:56:09Z smh $
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"
9SUBDIR+=	libefi loader boot1
10.endif
11
12.endif # ${COMPILER_TYPE} != "gcc"
13
14.if ${MACHINE_CPUARCH} == "ia64"
15SUBDIR+=	libefi
16.endif
17
18.include <bsd.subdir.mk>
19
20