summaryrefslogtreecommitdiff
path: root/examples/host/bare_api/Makefile
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2023-11-24 11:33:34 +0700
committerGitHub <[email protected]>2023-11-24 11:33:34 +0700
commit0601d174b1eaf7a9bfe646ee6595016e58d67ea4 (patch)
tree849056bbdedc9b440468437304e4591543e87142 /examples/host/bare_api/Makefile
parentce627f431831e1fbaa3bb7bad35a489b8006b749 (diff)
parentd6b8b3515df4bb83b6038bd60260771e65af8de7 (diff)
Merge branch 'master' into feature/ch32f20x
Diffstat (limited to 'examples/host/bare_api/Makefile')
-rw-r--r--examples/host/bare_api/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/host/bare_api/Makefile b/examples/host/bare_api/Makefile
index 161f8c774..0235e08c3 100644
--- a/examples/host/bare_api/Makefile
+++ b/examples/host/bare_api/Makefile
@@ -1,4 +1,4 @@
-include ../../make.mk
+include ../../build_system/make/make.mk
INC += \
src \
@@ -10,4 +10,4 @@ EXAMPLE_SOURCE += \
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
-include ../../rules.mk
+include ../../build_system/make/rules.mk