/tf-a-ffa_el3_spmc/tools/amlogic/ |
A D | Makefile | 31 .PHONY: all clean distclean 46 clean: target 49 distclean: clean
|
/tf-a-ffa_el3_spmc/tools/stm32image/ |
A D | Makefile | 31 .PHONY: all clean distclean 46 clean: target 49 distclean: clean
|
/tf-a-ffa_el3_spmc/tools/encrypt_fw/ |
A D | Makefile | 47 .PHONY: all clean realclean 61 clean: target 64 realclean: clean
|
/tf-a-ffa_el3_spmc/tools/marvell/doimage/ |
A D | Makefile | 31 .PHONY: all clean 46 clean: target
|
/tf-a-ffa_el3_spmc/tools/cert_create/ |
A D | Makefile | 70 .PHONY: all clean realclean 85 clean: target 88 realclean: clean
|
/tf-a-ffa_el3_spmc/tools/sptool/ |
A D | Makefile | 34 .PHONY: all clean distclean 49 clean: target
|
/tf-a-ffa_el3_spmc/tools/fiptool/ |
A D | Makefile.msvc | 25 .PHONY: clean realclean 27 clean:
|
A D | Makefile | 45 .PHONY: all clean distclean 60 clean: target
|
/tf-a-ffa_el3_spmc/tools/nxp/create_pbl/ |
A D | Makefile | 37 .PHONY: all clean distclean 59 clean: target
|
A D | pbl_ch2.mk | 38 cd ${CREATE_PBL_TOOL_PATH}; ${MAKE} clean ; cd -; 55 cd ${CREATE_PBL_TOOL_PATH}; ${MAKE} clean ; cd -;
|
A D | pbl_ch3.mk | 53 cd ${CREATE_PBL_TOOL_PATH}; ${MAKE} clean ; cd -; 69 cd ${CREATE_PBL_TOOL_PATH}; ${MAKE} clean ; cd -;
|
/tf-a-ffa_el3_spmc/tools/renesas/rzg_layout_create/ |
A D | makefile | 116 .PHONY: clean 117 clean: target
|
/tf-a-ffa_el3_spmc/tools/renesas/rcar_layout_create/ |
A D | makefile | 119 .PHONY: clean 120 clean: target
|
/tf-a-ffa_el3_spmc/plat/amlogic/axg/ |
A D | platform.mk | 85 distclean realclean clean: cleanimage 88 ${Q}${MAKE} -C ${DOIMAGEPATH} clean
|
/tf-a-ffa_el3_spmc/plat/amlogic/g12a/ |
A D | platform.mk | 81 distclean realclean clean: cleanimage 84 ${Q}${MAKE} -C ${DOIMAGEPATH} clean
|
/tf-a-ffa_el3_spmc/plat/amlogic/gxl/ |
A D | platform.mk | 81 distclean realclean clean: cleanimage 84 ${Q}${MAKE} -C ${DOIMAGEPATH} clean
|
/tf-a-ffa_el3_spmc/lib/romlib/ |
A D | Makefile | 45 .PHONY: all clean distclean 94 clean: target
|
/tf-a-ffa_el3_spmc/plat/marvell/armada/a3k/common/ |
A D | a3700_common.mk | 223 clean realclean distclean: mrvl_clean 227 -$(Q)$(MAKE) --no-print-directory -C $(WTP) MV_DDR_PATH=$(MV_DDR_PATH) clean 228 -$(Q)$(MAKE) --no-print-directory -C $(WTP)/wtptp/src/TBB_Linux -f TBB_linux.mak clean 230 -$(Q)$(MAKE) --no-print-directory -C $(CRYPTOPP_PATH) -f GNUmakefile clean
|
/tf-a-ffa_el3_spmc/docs/perf/ |
A D | tsp.rst | 12 First clean the TF-A build directory to get rid of any previous BL31 binary.
|
/tf-a-ffa_el3_spmc/plat/marvell/armada/a8k/common/ |
A D | a8k_common.mk | 171 clean realclean distclean: mrvl_clean 176 ${Q}${MAKE} PLAT=${PLAT} --no-print-directory -C ${DOIMAGEPATH} clean
|
/tf-a-ffa_el3_spmc/ |
A D | Makefile | 1116 .PHONY: all msg_start clean realclean distclean cscope locate-checkpatch checkcodebase checkpatch f… 1219 clean: target 1223 ${Q}${MAKE} --no-print-directory -C ${FIPTOOLPATH} clean 1227 …OLPATH}/Makefile.msvc FIPTOOLPATH=$(subst /,\,$(FIPTOOLPATH)) FIPTOOL=$(subst /,\,$(FIPTOOL)) clean 1229 ${Q}${MAKE} PLAT=${PLAT} --no-print-directory -C ${CRTTOOLPATH} clean 1230 ${Q}${MAKE} PLAT=${PLAT} --no-print-directory -C ${ENCTOOLPATH} clean 1231 ${Q}${MAKE} --no-print-directory -C ${ROMLIBPATH} clean 1238 ${Q}${MAKE} --no-print-directory -C ${FIPTOOLPATH} clean 1244 ${Q}${MAKE} --no-print-directory -C ${SPTOOLPATH} clean 1245 ${Q}${MAKE} PLAT=${PLAT} --no-print-directory -C ${CRTTOOLPATH} clean [all …]
|
/tf-a-ffa_el3_spmc/plat/renesas/rzg/ |
A D | platform.mk | 246 distclean realclean clean: clean_layout_tool clean_srecord 253 ${Q}${MAKE} -C ${LAYOUT_TOOLPATH} clean
|
/tf-a-ffa_el3_spmc/plat/renesas/rcar/ |
A D | platform.mk | 342 distclean realclean clean: clean_layout_tool clean_srecord 349 ${Q}${MAKE} -C ${LAYOUT_TOOLPATH} clean
|
/tf-a-ffa_el3_spmc/docs/plat/ |
A D | rcar-gen3.rst | 111 $ MBEDTLS_DIR=$mbedtls_src_tree make clean bl2 bl31 rcar_layout_tool \ 176 MBEDTLS_DIR=$mbedtls_src_tree make clean bl2 bl31 rcar \
|
/tf-a-ffa_el3_spmc/docs/getting_started/ |
A D | initial-build.rst | 106 make DEBUG=<D> PLAT=<platform> clean
|