OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAKE_TOOL_ARGS
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/make_helpers/
build_macros.mk
256
#
MAKE_TOOL_ARGS
macro defines the command line arguments for fiptool for
261
define
MAKE_TOOL_ARGS
335
$(eval $(call
MAKE_TOOL_ARGS
,$(1),$(BIN),$(2)))
/device/linaro/bootloader/arm-trusted-firmware/
Makefile
548
$(if ${BL2}, $(eval $(call
MAKE_TOOL_ARGS
,2,${BL2},tb-fw)),\
558
$(if ${BL31}, $(eval $(call
MAKE_TOOL_ARGS
,31,${BL31},soc-fw)),\
566
$(if ${BL32}, $(eval $(call
MAKE_TOOL_ARGS
,32,${BL32},tos-fw)),\
Completed in 72 milliseconds