diff options
| author | HiFiPhile <[email protected]> | 2024-04-26 13:12:56 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2024-04-26 13:12:56 +0200 |
| commit | 9ef3755f0316d25864d3ac3a49a2523eabfddf8a (patch) | |
| tree | 4fb337482662308674101d5269192b7a4fe58f91 /examples/device/hid_multiple_interface/Makefile | |
| parent | f88a5bb03b2504df272d2cd285b17e66f11dfc64 (diff) | |
| parent | 69313ef45564cc8967575f47fb8c57371cbea470 (diff) | |
Merge branch 'master' of https://github.com/hathach/tinyusb into pr/2283
Diffstat (limited to 'examples/device/hid_multiple_interface/Makefile')
| -rw-r--r-- | examples/device/hid_multiple_interface/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/device/hid_multiple_interface/Makefile b/examples/device/hid_multiple_interface/Makefile index 69b633fea..1b4d398cf 100644 --- a/examples/device/hid_multiple_interface/Makefile +++ b/examples/device/hid_multiple_interface/Makefile @@ -1,5 +1,4 @@ -include ../../../tools/top.mk -include ../../make.mk +include ../../build_system/make/make.mk INC += \ src \ @@ -9,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 |
