s/CFGLAS/CFLAGS Fixes: 3b7c5e8adf9c ("tools/thermal: Add util library") Acked-by: Daniel Lezcano Signed-off-by: Leo Yan --- tools/thermal/lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/thermal/lib/Makefile b/tools/thermal/lib/Makefile index 056d212f25cf51cd8c02260fbe2ef28dda5e4acb..8c9a37f999b826855dad11c0d9574b41d5b24244 100644 --- a/tools/thermal/lib/Makefile +++ b/tools/thermal/lib/Makefile @@ -60,8 +60,8 @@ override CFLAGS += $(EXTRA_WARNINGS) override CFLAGS += -Werror -Wall override CFLAGS += -fPIC override CFLAGS += $(INCLUDES) -override CFGLAS += -Wl,-L. -override CFGLAS += -Wl,-lthermal +override CFLAGS += -Wl,-L. +override CFLAGS += -Wl,-lthermal all: -- 2.34.1