aboutsummaryrefslogblamecommitdiff
path: root/stand/efi/Makefile
blob: 0772609a7255159682f36b18ab8f884c2194f6d6 (plain) (tree)
1
2
3
4
5
6
7
8
9

           

        
                      
 

                                                                     
                                                             
 
                           



                                    
 
                                                                  
 
                        
# $FreeBSD$

NO_OBJ=t

.include <bsd.init.mk>

# In-tree GCC does not support __attribute__((ms_abi)), but gcc newer
# than 4.5 supports it.
.if ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40500

SUBDIR.${MK_FDT}+=	fdt
SUBDIR.yes+=	libefi boot1
SUBDIR.${MK_FORTH}+= loader_4th
SUBDIR.${MK_LOADER_LUA}+= loader_lua
SUBDIR.yes+=	loader_simp

.endif # ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40500

.include <bsd.subdir.mk>