Browse Source

Tools: fixed reference to linux-debug

master
Andrew Tridgell 7 years ago
parent
commit
9096bcf7b2
  1. 2
      Tools/CPUInfo/Makefile
  2. 2
      Tools/Replay/Makefile

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-debug/tools/CPUInfo CPUInfo.elf
@cp ../../build/linux/tools/CPUInfo CPUInfo.elf
@echo Built CPUInfo.elf
clean:

2
Tools/Replay/Makefile

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
all:
@cd ../../ && modules/waf/waf-light configure --board linux --debug
@cd ../../ && modules/waf/waf-light --target tools/Replay
@cp ../../build/linux-debug/tools/Replay Replay.elf
@cp ../../build/linux/tools/Replay Replay.elf
@echo Built Replay.elf
clean:

Loading…
Cancel
Save