From 36162d6931aaaf56c60c2e1c77cd3cdc2eba8363 Mon Sep 17 00:00:00 2001 From: PA4WDH Date: Sun, 28 Jul 2024 14:45:59 +0200 Subject: Add autodetection for temperature input --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 77e77c6..e65cacf 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -cputemp2maxfreq: version.o debug.o sysfs.o cpufreq.o failsafe.o argparse.o logger.o +cputemp2maxfreq: version.o debug.o sysfs.o cpufreq.o failsafe.o argparse.o logger.o cputemp.o version.h: generate_version_h.sh .git/index ./generate_version_h.sh > version.h -- cgit v1.2.3