Lines Matching refs:option
338 option =
340 option += -c0 esc -c0 init
343 option += -k11 $(GetARM11Kernel $(config))
344 option += -k9 $(GetARM9Kernel $(config))
347 option += -pl $(GetProcessList $(config))
350 option +=
358 option += -rp $(runProgram)
359 export option
361 option += -re $(runProgram)
362 export option
366 option += -t $(timeOut) -e $(exitPattern)
368 option += $(GetLoadrunOptionsForTool)
370 return $(option)
442 option = $(split $" ",$(nth $(i),$(options)))
445 echo loadrunf $(option) -d $(device)
446 $(LOADRUN) $,(option) -d $(device) | tee $(logfile) &