collectd: remove target dependency from cpufreq plugin
authorHannu Nyman <hannu.nyman@iki.fi>
Mon, 18 Sep 2023 17:16:14 +0000 (20:16 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Mon, 18 Sep 2023 19:13:41 +0000 (22:13 +0300)
commit87a9305ddd5a61602c5f283996352e1122afaf1e
tree679343fc64e834495188531e9a3d60b637910f79
parentaca50a5af779e3577520288181a56377c8855300
collectd: remove target dependency from cpufreq plugin

We currently have more package architectures supporting
CPU frequency scaling than earlier, and the package architecture
vs. CPU target SDK matching does not fully reflect that.
(E.g. aarch64_cortex-a53 is currently using bcm27xx/bcm2710)

Simplify things by removing the target dependency and let the plugin
be built for all architectures.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
utils/collectd/Makefile