From 17f985ff00900fed845f9f6aaa9b2dfb93a704af Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Thu, 30 Sep 2021 14:22:19 +0200 Subject: [PATCH] porting: Fix typo in linux blemesh sample --- porting/examples/linux_blemesh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/porting/examples/linux_blemesh/Makefile b/porting/examples/linux_blemesh/Makefile index 556fc8ca6..c1518e0e4 100644 --- a/porting/examples/linux_blemesh/Makefile +++ b/porting/examples/linux_blemesh/Makefile @@ -17,7 +17,7 @@ # Toolchain commands CROSS_COMPILE ?= -CC := ccache $(CROSS_COMPILIE)gcc +CC := ccache $(CROSS_COMPILE)gcc CXX := ccache $(CROSS_COMPILE)g++ LD := $(CROSS_COMPILE)gcc AR := $(CROSS_COMPILE)ar