2016-11-14 23:50:45 -04:00
|
|
|
# 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
|
2018-05-08 23:58:14 -03:00
|
|
|
@cp ../../build/linux/tools/CPUInfo CPUInfo.elf
|
2016-11-14 23:50:45 -04:00
|
|
|
@echo Built CPUInfo.elf
|
|
|
|
|
|
|
|
clean:
|
|
|
|
@cd ../../ && modules/waf/waf-light configure --board linux clean
|
|
|
|
|
|
|
|
linux-debug: all
|