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