We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd54cf commit c5426dcCopy full SHA for c5426dc
tools/lib/thermal/Makefile
@@ -121,7 +121,9 @@ all: fixdep
121
122
clean:
123
$(call QUIET_CLEAN, libthermal) $(RM) $(LIBTHERMAL_A) \
124
- *.o *~ *.a *.so *.so.$(VERSION) *.so.$(LIBTHERMAL_VERSION) .*.d .*.cmd LIBTHERMAL-CFLAGS $(LIBTHERMAL_PC)
+ *.o *~ *.a *.so *.so.$(VERSION) *.so.$(LIBTHERMAL_VERSION) \
125
+ .*.d .*.cmd LIBTHERMAL-CFLAGS $(LIBTHERMAL_PC) \
126
+ $(srctree)/tools/$(THERMAL_UAPI)
127
128
$(LIBTHERMAL_PC):
129
$(QUIET_GEN)sed -e "s|@PREFIX@|$(prefix)|" \
0 commit comments