summaryrefslogtreecommitdiff
path: root/examples/host/cdc_msc_hid_freertos
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-11-23 20:19:14 +0700
committerhathach <[email protected]>2023-11-23 20:20:01 +0700
commit26ca48e7a7a93f8b7f13a209745080855a7bc4fe (patch)
tree9d8fd2ccb4631b3166c3078826c25ded3f4d909e /examples/host/cdc_msc_hid_freertos
parent7213b8abb126cb6a1c88bd1e6d89b7dbacf339d8 (diff)
move make.mk and rules.mk to build_system/make
Diffstat (limited to 'examples/host/cdc_msc_hid_freertos')
-rw-r--r--examples/host/cdc_msc_hid_freertos/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/host/cdc_msc_hid_freertos/Makefile b/examples/host/cdc_msc_hid_freertos/Makefile
index a9670b4f2..5351a6248 100644
--- a/examples/host/cdc_msc_hid_freertos/Makefile
+++ b/examples/host/cdc_msc_hid_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)
@@ -31,4 +31,4 @@ SRC_C += \
SRC_S += \
$(subst $(TOP)/,,$(wildcard $(TOP)/$(FREERTOS_PORTABLE_SRC)/*.s))
-include ../../rules.mk
+include ../../build_system/make/rules.mk