diff options
| author | Rocky04 <[email protected]> | 2024-01-15 16:27:22 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-15 16:27:22 +0100 |
| commit | 78a1d4c482606cac398ee09b55a4dab04f400ae3 (patch) | |
| tree | 35cfffecd9f4f390265b24c489f3708a811ce31a /examples/device/hid_boot_interface | |
| parent | 3c4184dc15fad3eccf53c247a1c8de56bd4bd517 (diff) | |
| parent | 4b3b401ce37e12eaf4c85a5184d94327c28c70a5 (diff) | |
Merge branch 'master' into test-mode-support
Diffstat (limited to 'examples/device/hid_boot_interface')
| -rw-r--r-- | examples/device/hid_boot_interface/Makefile | 4 |
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 |
