Lines Matching defs:all

16 # Default goal is build all images
17 .DEFAULT_GOAL := all
35 # values for all CPU errata workarounds and CPU specific optimisations.
277 # makefile may use all previous definitions in this file)
292 # Default value turns off all types of branch protection
297 # Enables all types of branch protection features
441 # target 'certificates' to create them all
533 # Include libraries' Makefile that are used in all BL
977 .PHONY: all msg_start clean realclean distclean cscope locate-checkpatch checkcodebase checkpatch fiptool sptool fip sp tl fwu_fip certtool dtbs memmap doc enctool
979 all: msg_start
1162 $(q)${MAKE} PLAT=${PLAT} BUILD_PLAT=$(abspath ${BUILD_PLAT}) USE_TBBR_DEFS=${USE_TBBR_DEFS} COT=${COT} OPENSSL_DIR=${OPENSSL_DIR} DEBUG=${DEBUG} --no-print-directory -C ${CRTTOOLPATH} all
1232 $(q)${MAKE} PLAT=${PLAT} BUILD_PLAT=$(abspath ${BUILD_PLAT}) CPPFLAGS="-DVERSION='\"${VERSION_STRING}\"'" OPENSSL_DIR=${OPENSSL_DIR} DEBUG=${DEBUG} --no-print-directory -C ${FIPTOOLPATH} all
1236 $(q)${MAKE} PLAT_DIR=${PLAT_DIR} BUILD_PLAT=${BUILD_PLAT} ENABLE_BTI=${ENABLE_BTI} CRYPTO_LIB=$(CRYPTO_LIB) ARM_ARCH_MINOR=${ARM_ARCH_MINOR} INCLUDES=$(call escape-shell,$(INCLUDES)) DEFINES=$(call escape-shell,$(DEFINES)) --no-print-directory -C ${ROMLIBPATH} all
1238 memmap: all
1255 $(q)${MAKE} PLAT=${PLAT} BUILD_PLAT=$(abspath ${BUILD_PLAT}) BUILD_INFO=0 OPENSSL_DIR=${OPENSSL_DIR} DEBUG=${DEBUG} --no-print-directory -C ${ENCTOOLPATH} all
1273 $(s)echo "Please refer to the User Guide for a list of all supported options."
1279 $(s)echo " all Build all individual bootloader binaries"
1294 $(s)echo " distclean Remove all build artifacts for all platforms"
1306 $(s)echo "example: build all targets for the FVP platform:"
1307 $(s)echo " CROSS_COMPILE=aarch64-none-elf- make PLAT=fvp all"