summaryrefslogtreecommitdiff
path: root/examples/device/hid_multiple_interface
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2024-04-26 17:57:53 +0200
committerHiFiPhile <[email protected]>2024-04-26 17:57:53 +0200
commit268cc19f4448438c77f1c4a6a79f1dc9881796c1 (patch)
tree0135f047c9c45189d765440efe10492b28bdcff9 /examples/device/hid_multiple_interface
parent4af67dd0078009c1378612440afd5806e84a81c7 (diff)
parent085bd3c9d5948e7938e00e3a0c13fa63e9f7f3d4 (diff)
Merge remote-tracking branch 'remotes/tinyusb/master' into pr/2253
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