diff options
author | PA4WDH | 2023-05-20 19:27:47 +0200 |
---|---|---|
committer | PA4WDH | 2023-05-20 19:27:47 +0200 |
commit | 48ec55bd19362c5b8f7d06f7678321c3535672f4 (patch) | |
tree | 7a8ec313dd0aea97a56697e844aa99cd6c25cf03 /Makefile | |
parent | Translate POC to C code (diff) | |
download | cputemp2maxfreq-48ec55bd19362c5b8f7d06f7678321c3535672f4.tar.gz cputemp2maxfreq-48ec55bd19362c5b8f7d06f7678321c3535672f4.tar.bz2 cputemp2maxfreq-48ec55bd19362c5b8f7d06f7678321c3535672f4.zip |
Add validation and fallback to startup
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) $< |