2001-06-09 16:49:51 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2018-02-26 03:16:04 +00:00
|
|
|
NO_OBJ=t
|
|
|
|
|
2017-11-06 15:22:17 +00:00
|
|
|
.include <bsd.init.mk>
|
2015-04-05 18:37:39 +00:00
|
|
|
|
2016-03-15 05:17:31 +00:00
|
|
|
# In-tree GCC does not support __attribute__((ms_abi)), but gcc newer
|
|
|
|
# than 4.5 supports it.
|
2016-10-22 20:00:39 +00:00
|
|
|
.if ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40500
|
2001-06-09 16:49:51 +00:00
|
|
|
|
2018-03-01 19:59:49 +00:00
|
|
|
SUBDIR.${MK_FDT}+= fdt
|
2019-06-08 19:02:17 +00:00
|
|
|
SUBDIR.yes+= libefi boot1 gptboot
|
2018-08-14 18:44:41 +00:00
|
|
|
SUBDIR.${MK_FORTH}+= loader_4th
|
|
|
|
SUBDIR.${MK_LOADER_LUA}+= loader_lua
|
|
|
|
SUBDIR.yes+= loader_simp
|
2015-04-01 08:30:40 +00:00
|
|
|
|
2016-10-22 20:00:39 +00:00
|
|
|
.endif # ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40500
|
2016-01-14 18:53:54 +00:00
|
|
|
|
2001-06-09 16:49:51 +00:00
|
|
|
.include <bsd.subdir.mk>
|