summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_freertos
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2023-11-23 20:57:43 +0700
committerGitHub <[email protected]>2023-11-23 20:57:43 +0700
commitd6b8b3515df4bb83b6038bd60260771e65af8de7 (patch)
tree9d8fd2ccb4631b3166c3078826c25ded3f4d909e /examples/device/cdc_msc_freertos
parent08f9ed67c92421cbd0bc09270d2f363886681866 (diff)
parent26ca48e7a7a93f8b7f13a209745080855a7bc4fe (diff)
Merge pull request #2339 from hathach/move-build-file
Move build file from tools/ to examples/build_system
Diffstat (limited to 'examples/device/cdc_msc_freertos')
-rw-r--r--examples/device/cdc_msc_freertos/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/device/cdc_msc_freertos/Makefile b/examples/device/cdc_msc_freertos/Makefile
index 84c833fb5..13f336f99 100644
--- a/examples/device/cdc_msc_freertos/Makefile
+++ b/examples/device/cdc_msc_freertos/Makefile
@@ -1,4 +1,4 @@
-include ../../make.mk
+include ../../build_system/make/make.mk
FREERTOS_SRC = lib/FreeRTOS-Kernel
FREERTOS_PORTABLE_PATH= $(FREERTOS_SRC)/portable/$(if $(USE_IAR),IAR,GCC)
@@ -43,4 +43,4 @@ CFLAGS_GCC += -Wno-error=cast-qual
# FreeRTOS (lto + Os) linker issue
LDFLAGS_GCC += -Wl,--undefined=vTaskSwitchContext
-include ../../rules.mk
+include ../../build_system/make/rules.mk