Home
last modified time | relevance | path

Searched refs:MAKEFILE_SECTION_NAME (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DProcessDsc.c93 #define MAKEFILE_SECTION_NAME "makefile" macro
3041 sprintf (InLine, "%s.%s", MAKEFILE_SECTION_NAME, COMMON_SECTION_NAME); in WriteCommonMakefile()
3060 sprintf (InLine, "%s.%s", MAKEFILE_SECTION_NAME, "Platform"); in WriteCommonMakefile()
3077 sprintf (InLine, "%s.%s", MAKEFILE_SECTION_NAME, Processor); in WriteCommonMakefile()
3093 sprintf (InLine, "%s.%s.%s", MAKEFILE_SECTION_NAME, Processor, Sym); in WriteCommonMakefile()