Lines Matching defs:all
15 # Default goal is build all images
16 .DEFAULT_GOAL := all
546 # Default value turns off all types of branch protection
551 # Enables all types of branch protection features
587 # makefile may use all previous definitions in this file)
773 # values for all CPU errata workarounds and CPU specific optimisations.
823 # target 'certificates' to create them all
917 # If pointer authentication is used in the firmware, make sure that all the
1128 # Include libraries' Makefile that are used in all BL
1487 .PHONY: all msg_start clean realclean distclean cscope locate-checkpatch checkcodebase checkpatch fiptool sptool fip sp fwu_fip certtool dtbs memmap doc enctool
1490 all: msg_start
1671 ${Q}${MAKE} PLAT=${PLAT} USE_TBBR_DEFS=${USE_TBBR_DEFS} COT=${COT} OPENSSL_DIR=${OPENSSL_DIR} CRTTOOL=${CRTTOOL} DEBUG=${DEBUG} V=${V} --no-print-directory -C ${CRTTOOLPATH} all
1716 ${Q}${MAKE} CPPFLAGS="-DVERSION='\"${VERSION_STRING}\"'" FIPTOOL=${FIPTOOL} OPENSSL_DIR=${OPENSSL_DIR} DEBUG=${DEBUG} V=${V} --no-print-directory -C ${FIPTOOLPATH} all
1724 ${Q}${MAKE} PLAT_DIR=${PLAT_DIR} BUILD_PLAT=${BUILD_PLAT} ENABLE_BTI=${ENABLE_BTI} ARM_ARCH_MINOR=${ARM_ARCH_MINOR} INCLUDES='${INCLUDES}' DEFINES='${DEFINES}' --no-print-directory -C ${ROMLIBPATH} all
1726 memmap: all
1742 ${Q}${MAKE} PLAT=${PLAT} BUILD_INFO=0 OPENSSL_DIR=${OPENSSL_DIR} ENCTOOL=${ENCTOOL} DEBUG=${DEBUG} V=${V} --no-print-directory -C ${ENCTOOLPATH} all
1760 @echo "Please refer to the User Guide for a list of all supported options."
1766 @echo " all Build all individual bootloader binaries"
1781 @echo " distclean Remove all build artifacts for all platforms"
1793 @echo "example: build all targets for the FVP platform:"
1794 @echo " CROSS_COMPILE=aarch64-none-elf- make PLAT=fvp all"