summaryrefslogtreecommitdiff
path: root/examples/build_system
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-10-01 17:18:05 +0700
committerhathach <[email protected]>2025-10-01 17:18:05 +0700
commiteceb281f17bef1b98a0a20165ae681f186786ad1 (patch)
tree5591c508583bd754f06b874487f875f62015c639 /examples/build_system
parent13c240134ac0ce0d830e0257ca97d955e032ab93 (diff)
parent43e6c9dda7be1a38236989138e1e5693a50fb5ca (diff)
Merge branch 'master' into fork/ennebi/mtp
Diffstat (limited to 'examples/build_system')
-rw-r--r--examples/build_system/make/make.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/build_system/make/make.mk b/examples/build_system/make/make.mk
index f70748d34..4f5d3242e 100644
--- a/examples/build_system/make/make.mk
+++ b/examples/build_system/make/make.mk
@@ -134,8 +134,8 @@ endif
ifeq ($(LOGGER),rtt)
CFLAGS += -DLOGGER_RTT
#CFLAGS += -DSEGGER_RTT_MODE_DEFAULT=SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL
- INC += $(TOP)/$(lib/SEGGER_RTT)/RTT
- SRC_C += $(lib/SEGGER_RTT)/RTT/SEGGER_RTT.c
+ INC += $(TOP)/lib/SEGGER_RTT/RTT
+ SRC_C += lib/SEGGER_RTT/RTT/SEGGER_RTT.c
endif
ifeq ($(LOGGER),swo)
CFLAGS += -DLOGGER_SWO