ardupilot/Tools/CPUInfo/Makefile

13 lines
357 B
Makefile

# 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