Lines Matching refs:config
149 tmp_image = $(addprefix $(config.getTargetSubDirectory false)$(DIRSEP),$(tmp_image))
190 public.FilesToRunProcessList(config, process) =
202 kernel = $(config.getSuitableKernelFilename)
217 …DEPEND_PROCESSES = $(ParseDependProcess $(config), $(removesuffix $(basename $(process))), $(DEPEN…
263 public.FilesToRunEmulationMemory(config, process) =
270 kernel = $(config.getSuitableKernelFilename)
289 …DEPEND_PROCESSES = $(ParseDependProcess $(config), $(removesuffix $(basename $(process))), $(DEPEN…
333 public.FilesToRunSPI(config, process) =
362 public.UserRunProcess(config, name, files) =
363 TARGET_FILE = $(UserProcess $(config), $(name), $(files))
368 RUN_PROCLIST_FILES = $(FilesToRunProcessList $(config),$(absname $(TARGET_FILE)))
369 RUN_EMUMEM_FILES = $(FilesToRunEmulationMemory $(config),$(absname $(TARGET_FILE)))
370 RUN_SPI_FILES = $(FilesToRunSPI $(config),$(absname $(TARGET_FILE)))