Makefile revision 294981
1# $FreeBSD: stable/10/sys/boot/efi/Makefile 294981 2016-01-28 12:11:42Z smh $
2
3# In-tree GCC does not support __attribute__((ms_abi)).
4.if ${COMPILER_TYPE} != "gcc"
5
6.if ${MACHINE_CPUARCH} == "amd64"
7SUBDIR+=	libefi loader boot1
8.endif
9
10.endif # ${COMPILER_TYPE} != "gcc"
11
12.include <bsd.subdir.mk>
13
14