From e30a4c8103e221201e5bfc1e3f9b19e7a86f68d4 Mon Sep 17 00:00:00 2001
From: Guo Wenxue <guowenxue@gmail.com>
Date: Sun, 29 Dec 2024 16:23:37 +0800
Subject: [PATCH] Add iotd program

---
 project/booster/makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/project/booster/makefile b/project/booster/makefile
index b6ece0e..0fd869e 100644
--- a/project/booster/makefile
+++ b/project/booster/makefile
@@ -18,6 +18,8 @@
     CROSS_COMPILE?=arm-linux-gnueabihf-
 endif
 
+#CROSS_COMPILE=
+
 LIBNAME=$(shell basename ${PWD} )
 TOPDIR=$(shell dirname ${PWD} )
 CFLAGS+=-D_GNU_SOURCE

--
Gitblit v1.9.1