Tools: fixed reference to linux-debug

This commit is contained in:
Andrew Tridgell 2018-05-09 12:58:14 +10:00
parent 8d996112ec
commit 9096bcf7b2
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: