Makefile revision 332148
1# $FreeBSD: stable/11/stand/efi/Makefile 332148 2018-04-06 19:54:10Z kevans $
2
3NO_OBJ=t
4
5.include <bsd.init.mk>
6
7# In-tree GCC does not support __attribute__((ms_abi)), but gcc newer
8# than 4.5 supports it.
9.if ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40500
10
11SUBDIR.${MK_FDT}+=	fdt
12SUBDIR.yes+=	libefi loader boot1
13
14.endif # ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40500
15
16.include <bsd.subdir.mk>
17