Tools: use program group "tool" instead of "tools"
This commit is contained in:
parent
70a161a583
commit
f1c865bdd3
@ -3,7 +3,7 @@
|
|||||||
all:
|
all:
|
||||||
@cd ../../ && modules/waf/waf-light configure --board linux --debug
|
@cd ../../ && modules/waf/waf-light configure --board linux --debug
|
||||||
@cd ../../ && modules/waf/waf-light tools
|
@cd ../../ && modules/waf/waf-light tools
|
||||||
@cp ../../build/linux/tools/CPUInfo CPUInfo.elf
|
@cp ../../build/linux/tool/CPUInfo CPUInfo.elf
|
||||||
@echo Built CPUInfo.elf
|
@echo Built CPUInfo.elf
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
def build(bld):
|
def build(bld):
|
||||||
bld.ap_program(
|
bld.ap_program(
|
||||||
use='ap',
|
use='ap',
|
||||||
program_groups='tools',
|
program_groups=['tool'],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user