summaryrefslogtreecommitdiff
path: root/examples/device/hid_boot_interface/Makefile
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2024-04-29 22:22:59 +0200
committerHiFiPhile <[email protected]>2024-04-29 22:22:59 +0200
commitbf1540af4c3a57245b946c8622454c05e7fc098e (patch)
tree9ed0573097d821696b8775e4826cd555b26bdb1b /examples/device/hid_boot_interface/Makefile
parentcba327fc384ae730287b0ab620d1f7ef50b0da3b (diff)
parent1c04d5992a020aefe16ffb2acce62d84d4899395 (diff)
Merge branch 'master' of https://github.com/hathach/tinyusb into pr/2132
Diffstat (limited to 'examples/device/hid_boot_interface/Makefile')
-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