summaryrefslogtreecommitdiff
path: root/examples/device/hid_multiple_interface/Makefile
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-11-24 15:57:06 +0700
committerhathach <[email protected]>2023-11-24 15:57:06 +0700
commit5e54bd37b694542e3f719b9c3f151b8e7e26e86a (patch)
treebbbe59e6875ea1c088a1bdd0e0f048890c15ee47 /examples/device/hid_multiple_interface/Makefile
parent8bac68db84ccbf4f9fbd0d6075b6a1b0253c081a (diff)
parentf03f60eae2894993373b48e2104bf02116bef1fa (diff)
Merge branch 'master' into bth
Diffstat (limited to 'examples/device/hid_multiple_interface/Makefile')
-rw-r--r--examples/device/hid_multiple_interface/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/device/hid_multiple_interface/Makefile b/examples/device/hid_multiple_interface/Makefile
index da088ea6b..1b4d398cf 100644
--- a/examples/device/hid_multiple_interface/Makefile
+++ b/examples/device/hid_multiple_interface/Makefile
@@ -1,4 +1,4 @@
-include ../../make.mk
+include ../../build_system/make/make.mk
INC += \
src \
@@ -8,4 +8,4 @@ INC += \
EXAMPLE_SOURCE += $(wildcard src/*.c)
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
-include ../../rules.mk
+include ../../build_system/make/rules.mk