mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Tools: fixed reference to linux-debug
This commit is contained in:
parent
8d996112ec
commit
9096bcf7b2
@ -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:
|
||||
|
@ -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…
Reference in New Issue
Block a user