diff options
| author | hathach <[email protected]> | 2025-10-09 12:27:30 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-10-09 12:27:30 +0700 |
| commit | 970384d6dbb012e5b27095b0f065fd73d00ebf4c (patch) | |
| tree | 3f12ef5058f0e7772834b3bc98dceefdba25f8f1 /examples/build_system | |
| parent | b9378eb8e79691907aae40b3fc26cb57d4ffaeb4 (diff) | |
| parent | 87523f2494109b45307644a36f035b5ad11d5ba9 (diff) | |
Merge branch 'master' into fork/ArcaneNibble/ohci-upstream
Diffstat (limited to 'examples/build_system')
| -rw-r--r-- | examples/build_system/make/make.mk | 4 |
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 |
