From 9096bcf7b2dc7973d67ebec7613556e28f01cbaa Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 9 May 2018 12:58:14 +1000 Subject: [PATCH] Tools: fixed reference to linux-debug --- Tools/CPUInfo/Makefile | 2 +- Tools/Replay/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/CPUInfo/Makefile b/Tools/CPUInfo/Makefile index 0ac058446d..a7e16b6189 100644 --- a/Tools/CPUInfo/Makefile +++ b/Tools/CPUInfo/Makefile @@ -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: diff --git a/Tools/Replay/Makefile b/Tools/Replay/Makefile index 9b465b08c0..68460b8dab 100644 --- a/Tools/Replay/Makefile +++ b/Tools/Replay/Makefile @@ -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: