Makefile revision 295057
1# $FreeBSD: stable/10/sys/boot/efi/Makefile 295057 2016-01-30 01:27:29Z 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.include <bsd.subdir.mk>
15
16