ardupilot/Tools/CPUInfo/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
349 B
Makefile
Raw Normal View History

# this is meant to make existing build instructions work with waf
all:
@cd ../../ && modules/waf/waf-light configure --board linux --debug
2022-02-21 17:05:49 -04:00
@cd ../../ && modules/waf/waf-light tool
@cp ../../build/linux/tool/CPUInfo CPUInfo.elf
@echo Built CPUInfo.elf
clean:
@cd ../../ && modules/waf/waf-light configure --board linux clean
linux-debug: all