Lines Matching refs:config
205 GetARM11Kernel(config) =
206 kernel = $(config.getSuitableKernelFilename)
210 GetProcessList(config) =
211 return $(dirname $(GetARM11Kernel $(config)))$(DIRSEP)process.list
213 GetARM9Kernel(config) =
214 kernel = $(config.getSuitableKernelFilename)
337 getOption(config) =
343 option += -k11 $(GetARM11Kernel $(config))
344 option += -k9 $(GetARM9Kernel $(config))
347 option += -pl $(GetProcessList $(config))
381 getDepends(config) =
385 …depends += $(array $(GetARM11Kernel $(config)) $(GetARM9Kernel $(config)) $(runProgram) $(cdiDepen…
390 getLogfilePath(config) =
400 config = $(TARGET)
403 value $(runner.getDepends $(config))
407 value $(runner.getLogfilePath $(config))
423 value $(quote-argv $(runner.getOption $(config)))
435 value $(runner.getLogfilePath $(config))