diff options
| author | HiFiPhile <[email protected]> | 2026-05-25 21:09:53 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2026-05-25 21:09:53 +0200 |
| commit | 264472e380bbca90aebabc6457fc53d372fcb66e (patch) | |
| tree | 53c4e3ebcf504682ee42e9cd8958bfcbad533712 /examples/host/midi2_host/Makefile | |
| parent | ae61e6c7e663ad8f2162d8a0c5cf0ce7c6e5f728 (diff) | |
| parent | 7b9f6eabd8623c2bbe188c8d53072b16a087cdda (diff) | |
Merge remote-tracking branch 'tinyusb/master' into musb_ep0_race
Diffstat (limited to 'examples/host/midi2_host/Makefile')
| -rw-r--r-- | examples/host/midi2_host/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/host/midi2_host/Makefile b/examples/host/midi2_host/Makefile new file mode 100644 index 000000000..f8292385e --- /dev/null +++ b/examples/host/midi2_host/Makefile @@ -0,0 +1,13 @@ +include ../../../hw/bsp/family_support.mk + +INC += \ + src \ + + +# Example source +EXAMPLE_SOURCE += \ + src/main.c + +SRC_C += $(addprefix $(EXAMPLE_PATH)/, $(EXAMPLE_SOURCE)) + +include ../../../hw/bsp/family_rules.mk |
