summaryrefslogtreecommitdiff
path: root/examples/device/hid_boot_interface
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2024-05-07 12:32:28 +0200
committerGitHub <[email protected]>2024-05-07 12:32:28 +0200
commit4abdfc10f5a4cca19a614133655c64fec5752eb0 (patch)
treef79aa084a42438667b5e26b588a6f794c9ad1608 /examples/device/hid_boot_interface
parent798ff807b3361a5859945cb23c3d0fd7d1a5679f (diff)
parente5b6f93df35d7ac413ca405e67a6c9d8c79b680d (diff)
Merge branch 'master' into remove-tud_network_link_state_cb
Diffstat (limited to 'examples/device/hid_boot_interface')
-rw-r--r--examples/device/hid_boot_interface/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/device/hid_boot_interface/Makefile b/examples/device/hid_boot_interface/Makefile
index b3f2cc588..52a24cdb0 100644
--- a/examples/device/hid_boot_interface/Makefile
+++ b/examples/device/hid_boot_interface/Makefile
@@ -1,4 +1,4 @@
-include ../../make.mk
+include ../../build_system/make/make.mk
INC += \
src \
@@ -11,4 +11,4 @@ EXAMPLE_SOURCE = \
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
-include ../../rules.mk
+include ../../build_system/make/rules.mk