diff options
| author | HiFiPhile <[email protected]> | 2024-05-07 12:32:28 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-07 12:32:28 +0200 |
| commit | 4abdfc10f5a4cca19a614133655c64fec5752eb0 (patch) | |
| tree | f79aa084a42438667b5e26b588a6f794c9ad1608 /examples/device/hid_boot_interface | |
| parent | 798ff807b3361a5859945cb23c3d0fd7d1a5679f (diff) | |
| parent | e5b6f93df35d7ac413ca405e67a6c9d8c79b680d (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/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 |
