From 48ec55bd19362c5b8f7d06f7678321c3535672f4 Mon Sep 17 00:00:00 2001 From: PA4WDH Date: Sat, 20 May 2023 19:27:47 +0200 Subject: Add validation and fallback to startup --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) $< -- cgit v1.2.3