action = new (codegen, resgen, clean, update) (default) = update or u (scan, compile, link) = remake or r (compile, link) = clean or c (clean) = resgen (resgen) = c,u (clean then update) = c,r (clean then remake) = codegen (codegen) = viewlog (open edit to view build log) = emigen (emigen) = emiclean (emiclean)
module(s) = modules' name (kal, l1, ...) => OPTIONAL when action is one of (clean c remake r update u c,r c,u)
Example: make gsm new (MT6205B EVB new) make gprs codegen (MT6218B EVB codegen) make mt6219 gprs update (MT6219 EVB update) make firefly17_demo gprs new make milan_demo gprs c,u init custom make mt6219 gprs r init custom drv