Makefile (81fa17d177218ca420c2d35e22e3435e16c1a03c) Makefile (9d45c24cc4078e0c2962ba28e5a726709fef2269)
1# $FreeBSD$
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
1# $FreeBSD$
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
12SUBDIR.yes+= libefi boot1
13SUBDIR.${MK_FORTH}+= loader_4th
14SUBDIR.${MK_LOADER_LUA}+= loader_lua
15SUBDIR.yes+= loader_simp
13
14.endif # ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40500
15
16.include <bsd.subdir.mk>
16
17.endif # ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40500
18
19.include <bsd.subdir.mk>