Browse Source

Tools: use program group "tool" instead of "tools"

gps-1.3.1
Siddharth Purohit 4 years ago committed by Andrew Tridgell
parent
commit
f1c865bdd3
  1. 2
      Tools/CPUInfo/Makefile
  2. 2
      Tools/CPUInfo/wscript

2
Tools/CPUInfo/Makefile

@ -3,7 +3,7 @@ @@ -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:

2
Tools/CPUInfo/wscript

@ -4,5 +4,5 @@ @@ -4,5 +4,5 @@
def build(bld):
bld.ap_program(
use='ap',
program_groups='tools',
program_groups=['tool'],
)

Loading…
Cancel
Save