aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPA4WDH2023-05-24 08:33:53 +0200
committerPA4WDH2023-05-24 08:33:53 +0200
commitfa20f603834ef9febe396c058c9d775038f4a28b (patch)
treedbe5ad3e978f562c4709b66653a5efd9bbdcc2f3 /Makefile
parentAdd keep feature for governor (diff)
downloadcputemp2maxfreq-fa20f603834ef9febe396c058c9d775038f4a28b.tar.gz
cputemp2maxfreq-fa20f603834ef9febe396c058c9d775038f4a28b.tar.bz2
cputemp2maxfreq-fa20f603834ef9febe396c058c9d775038f4a28b.zip
Add logging functions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 89fc8b7..77e77c6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-cputemp2maxfreq: version.o debug.o sysfs.o cpufreq.o failsafe.o argparse.o
+cputemp2maxfreq: version.o debug.o sysfs.o cpufreq.o failsafe.o argparse.o logger.o
version.h: generate_version_h.sh .git/index
./generate_version_h.sh > version.h