OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAKE_BL
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/
Makefile
544
$(eval $(call
MAKE_BL
,1))
549
$(eval $(call
MAKE_BL
,2,tb-fw)))
559
$(eval $(call
MAKE_BL
,31,soc-fw)))
567
$(if ${BL32_SOURCES}, $(eval $(call
MAKE_BL
,32,tos-fw)),\
578
$(if ${BL2U}, ,$(eval $(call
MAKE_BL
,2u)))
/device/linaro/bootloader/arm-trusted-firmware/make_helpers/
build_macros.mk
270
#
MAKE_BL
macro defines the targets and options to build each BL image.
274
define
MAKE_BL
Completed in 76 milliseconds