Tools: added name to GIT_Success.txt
[ardupilot.git] / Tools / CPUInfo / Makefile
blobe5398174624b270f7b5c78a96e355deca5856386
1 # this is meant to make existing build instructions work with waf
3 all:
4 @cd ../../ && modules/waf/waf-light configure --board linux --debug
5 @cd ../../ && modules/waf/waf-light tool
6 @cp ../../build/linux/tool/CPUInfo CPUInfo.elf
7 @echo Built CPUInfo.elf
9 clean:
10 @cd ../../ && modules/waf/waf-light configure --board linux clean
12 linux-debug: all