summaryrefslogtreecommitdiff
path: root/examples/device/hid_multiple_interface
diff options
context:
space:
mode:
authorRocky04 <[email protected]>2024-01-15 16:27:22 +0100
committerGitHub <[email protected]>2024-01-15 16:27:22 +0100
commit78a1d4c482606cac398ee09b55a4dab04f400ae3 (patch)
tree35cfffecd9f4f390265b24c489f3708a811ce31a /examples/device/hid_multiple_interface
parent3c4184dc15fad3eccf53c247a1c8de56bd4bd517 (diff)
parent4b3b401ce37e12eaf4c85a5184d94327c28c70a5 (diff)
Merge branch 'master' into test-mode-support
Diffstat (limited to 'examples/device/hid_multiple_interface')
-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