Lines Matching refs:option
322 option =
324 option += -c0 esc -c0 init
327 option += -k11 $(GetARM11Kernel $(config))
328 option += -k9 $(GetARM9Kernel $(config))
331 option += -pl $(GetProcessList $(config))
334 option +=
339 option += -rp $(runProgram)
340 export option
342 option += -re $(runProgram)
343 export option
347 option += -t $(timeOut) -e $(exitPattern)
349 option += $(GetLoadrunOptionsForTool)
351 return $(option)
408 option = $(split $" ",$(nth $(i),$(options)))
411 echo loadrunf $(option) -d $(device)
412 $(LOADRUN) $,(option) -d $(device) | tee $(logfile) &