aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPA4WDH2023-05-20 19:27:47 +0200
committerPA4WDH2023-05-20 19:27:47 +0200
commit48ec55bd19362c5b8f7d06f7678321c3535672f4 (patch)
tree7a8ec313dd0aea97a56697e844aa99cd6c25cf03 /Makefile
parentTranslate POC to C code (diff)
downloadcputemp2maxfreq-48ec55bd19362c5b8f7d06f7678321c3535672f4.tar.gz
cputemp2maxfreq-48ec55bd19362c5b8f7d06f7678321c3535672f4.tar.bz2
cputemp2maxfreq-48ec55bd19362c5b8f7d06f7678321c3535672f4.zip
Add validation and fallback to startup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c968ee..335d067 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-cputemp2maxfreq: debug.o sysfs.o cpufreq.o
+cputemp2maxfreq: debug.o sysfs.o cpufreq.o failsafe.o
%.o: %.c %.h debug.h
$(COMPILE.c) $(OUTPUT_OPTION) $<