Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 7bd04db

Browse files
author
iwahdan88
committed
Updated Makefile
# Conflicts: # esp32/application.mk
1 parent cb172b4 commit 7bd04db

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

esp32/Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ ifeq ($(LTE_LOG_BUFF),1)
102102
endif #ifeq ($(LTE_LOG_BUFF),1)
103103
endif #ifeq ($(BOARD), $(filter $(BOARD), GPY FIPY))
104104

105+
# Enable or Disable LTE_LOG_BUFF
106+
ifeq ($(BOARD), $(filter $(BOARD), GPY FIPY))
107+
ifeq ($(LTE_LOG_BUFF),1)
108+
CFLAGS += -DLTE_LOG
109+
endif #ifeq ($(LTE_LOG_BUFF),1)
110+
endif #ifeq ($(BOARD), $(filter $(BOARD), GPY FIPY))
111+
105112
B_LIBS = -Lbootloader/lib -Lbootloader -L$(BUILD)/bootloader -L$(ESP_IDF_COMP_PATH)/esp32/ld \
106113
-L$(ESP_IDF_COMP_PATH)/esp32/lib -llog -lcore -lbootloader_support \
107114
-lspi_flash -lsoc -lmicro-ecc -lgcc -lstdc++ -lgcov

0 commit comments

Comments
 (0)