Lines Matching refs:config
68 importer_files = $(UserRunProcess $(config), $(target_program), $(sources))
70 importer_files = $(UserProcess $(config), $(target_program), $(sources))
87 Title($(config), $(target_title), $(title_contents))
92 public.UserProcessTest(config, files) =
98 TARGET_FILES += $(UserProcess $(config), $(name), $(files))
108 RUN_PROCLIST_FILES = $(FilesToRunProcessList $(config),$(absname $(TARGET_FILES)))
109 RUN_EMUMEM_FILES = $(FilesToRunEmulationMemory $(config),$(absname $(TARGET_FILES)))
110 RUN_IMPORT_FILES = $(FilesToRunEmulationMemory $(config),$(absname $(IMPORTER)))
111 RUN_SPI_FILES = $(FilesToRunSPI $(config),$(absname $(TARGET_FILES)))
116 RUN_ARM9_FILES = $(FilesToRunARM9 $(config),$(absname $(CIPFile)))
127 $(isFilterMatch $(compileToRegex $(RUN_FILTER)), $(config.getScannerName)))