mirror of https://github.com/ArduPilot/ardupilot
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