mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
CPUInfo: Updated the Makefile to use WAF commands
This commit is contained in:
parent
624178f3be
commit
b507679630
@ -1,4 +1,12 @@
|
|||||||
#
|
# this is meant to make existing build instructions work with waf
|
||||||
# Trivial makefile for building APM
|
|
||||||
#
|
all:
|
||||||
include ../../mk/apm.mk
|
@cd ../../ && modules/waf/waf-light configure --board linux --debug
|
||||||
|
@cd ../../ && modules/waf/waf-light tools
|
||||||
|
@cp ../../build/linux-debug/tools/CPUInfo CPUInfo.elf
|
||||||
|
@echo Built CPUInfo.elf
|
||||||
|
|
||||||
|
clean:
|
||||||
|
@cd ../../ && modules/waf/waf-light configure --board linux clean
|
||||||
|
|
||||||
|
linux-debug: all
|
||||||
|
Loading…
Reference in New Issue
Block a user