mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
CPUInfo: Updated the Makefile to use WAF commands
This commit is contained in:
parent
624178f3be
commit
b507679630
@ -1,4 +1,12 @@
|
||||
#
|
||||
# Trivial makefile for building APM
|
||||
#
|
||||
include ../../mk/apm.mk
|
||||
# this is meant to make existing build instructions work with waf
|
||||
|
||||
all:
|
||||
@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