summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/thermal/tmon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/thermal/tmon/Makefile b/tools/thermal/tmon/Makefile
index 5777bc78173f..581da716ea1c 100644
--- a/tools/thermal/tmon/Makefile
+++ b/tools/thermal/tmon/Makefile
@@ -8,7 +8,7 @@ WARNFLAGS=-Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-
8CFLAGS+= -O1 ${WARNFLAGS} 8CFLAGS+= -O1 ${WARNFLAGS}
9# Add "-fstack-protector" only if toolchain supports it. 9# Add "-fstack-protector" only if toolchain supports it.
10CFLAGS+= $(call cc-option,-fstack-protector) 10CFLAGS+= $(call cc-option,-fstack-protector)
11CC=$(CROSS_COMPILE)gcc 11CC?= $(CROSS_COMPILE)gcc
12 12
13CFLAGS+=-D VERSION=\"$(VERSION)\" 13CFLAGS+=-D VERSION=\"$(VERSION)\"
14LDFLAGS+= 14LDFLAGS+=