summaryrefslogtreecommitdiffstats
path: root/make/include/base.rules
blob: fd90d7769f9851a08b27378fc475c8cbd3ae2534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.PHONY: report.main report.gcc report.modules report.var report.true

report.modules::

report.main:
	@$(MAKE) report.true REPORT=main

report.gcc:
	@$(MAKE) report.true REPORT=gcc

report.var:
	@$(MAKE) report.true REPORT=var

## needed for nested make (which drives each report)
report.true:
	@true