Makefile revision 319186
177943Sdfr# $FreeBSD: stable/10/sys/boot/efi/Makefile 295538 2016-02-11 17:56:09Z smh $
277943Sdfr
3295057Ssmh.include <bsd.own.mk>
4295057Ssmh
5294981Ssmh# In-tree GCC does not support __attribute__((ms_abi)).
6294981Ssmh.if ${COMPILER_TYPE} != "gcc"
777943Sdfr
8293297Semaste.if ${MACHINE_CPUARCH} == "amd64"
9294981SsmhSUBDIR+=	libefi loader boot1
10293297Semaste.endif
11293297Semaste
12294981Ssmh.endif # ${COMPILER_TYPE} != "gcc"
13294981Ssmh
14295538Ssmh.if ${MACHINE_CPUARCH} == "ia64"
15295538SsmhSUBDIR+=	libefi
16295538Ssmh.endif
17295538Ssmh
1877943Sdfr.include <bsd.subdir.mk>
19294981Ssmh
20