From 9e2630a8f3887df3d8f11ee6a27d0d34b331ef28 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Tue, 18 Nov 2025 11:21:53 +0800
Subject: [PATCH] update thingsboard defconfig file

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

diff --git a/project/booster/makefile b/project/booster/makefile
index b6ece0e..3525db8 100644
--- a/project/booster/makefile
+++ b/project/booster/makefile
@@ -11,16 +11,17 @@
 #
 #*******************************************************************************
 
-PWD=$(shell pwd )
+PWD=$(shell pwd)
 
 BUILD_ARCH=$(shell uname -m)
 ifneq ($(findstring $(BUILD_ARCH), "x86_64" "i386"),)
     CROSS_COMPILE?=arm-linux-gnueabihf-
 endif
 
+#CROSS_COMPILE=
+
 LIBNAME=$(shell basename ${PWD} )
 TOPDIR=$(shell dirname ${PWD} )
-CFLAGS+=-D_GNU_SOURCE
 
 all: clean
 	@rm -f *.o

--
Gitblit v1.9.1