blob: 335d0674db723f5bf8a19f5aff9ef2f864d2d7b5 (
plain)
1
2
3
4
5
6
7
8
|
cputemp2maxfreq: debug.o sysfs.o cpufreq.o failsafe.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
|