summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyrIng <labs@cyring.fr>2024-11-09 08:49:44 +0100
committerCyrIng <labs@cyring.fr>2024-11-09 08:49:44 +0100
commit976cd051f4d72b303f08e1508f4a87a5266996f6 (patch)
tree633ffc8d33e9c69e102e0dd7bfd71f1a0c6fe657
parentd4c48853e4d2efda8050a77d06eed330144578fb (diff)
[Build] Print other variables from Makefile recipe `info`
CORE_COUNT TASK_ORDER MAX_FREQ_HZ HWM_CHIPSET
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 887ffea..68071a7 100644
--- a/Makefile
+++ b/Makefile
@@ -318,6 +318,10 @@ info:
$(info FEAT_DBG [$(FEAT_DBG)])
$(info DELAY_TSC [$(DELAY_TSC)])
$(info OPTIM_LVL [$(OPTIM_LVL)])
+ $(info CORE_COUNT [$(CORE_COUNT)])
+ $(info TASK_ORDER [$(TASK_ORDER)])
+ $(info MAX_FREQ_HZ [$(MAX_FREQ_HZ)])
+ $(info HWM_CHIPSET [$(HWM_CHIPSET)])
$(info MSR_CORE_PERF_UCC [$(MSR_CORE_PERF_UCC)])
$(info MSR_CORE_PERF_URC [$(MSR_CORE_PERF_URC)])
$(info ARCH_PMC [$(ARCH_PMC)])