aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 4c968ee2e8ca4888097c373b5629a56d28a51e07 (plain)
1
2
3
4
5
6
7
8
cputemp2maxfreq: debug.o sysfs.o cpufreq.o

%.o: %.c %.h debug.h
	$(COMPILE.c) $(OUTPUT_OPTION) $<

debug.h: generate_debug_h.sh debug.c
	./generate_debug_h.sh > debug.h.new
	mv debug.h.new debug.h