s/CFGLAS/CFLAGS Fixes: 47c4b0de080a ("tools/lib/thermal: Add a thermal library") Signed-off-by: Leo Yan --- tools/lib/thermal/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/lib/thermal/Makefile b/tools/lib/thermal/Makefile index 41aa7a324ff4d76351b89d7d7cf382df3fc14052..09d8f4ba6a0ab7ab9c99ac7f64d52d0268bee340 100644 --- a/tools/lib/thermal/Makefile +++ b/tools/lib/thermal/Makefile @@ -66,8 +66,8 @@ override CFLAGS += -fPIC override CFLAGS += $(NL3_CFLAGS) override CFLAGS += $(INCLUDES) override CFLAGS += -fvisibility=hidden -override CFGLAS += -Wl,-L. -override CFGLAS += -Wl,-lthermal +override CFLAGS += -Wl,-L. +override CFLAGS += -Wl,-lthermal all: -- 2.34.1