summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authoratok <[email protected]>2022-09-11 18:17:22 +0200
committeratoktoto <[email protected]>2022-11-13 14:31:12 +0100
commit81de7f3d23ed148a661264e88e10b3bb7c1c0473 (patch)
treed9f3917af1748c39e1fc794c1ec24cb13cb0d5b1 /examples
parent19563b441463aed9b3d622f2d57d61082199fbdd (diff)
Add Makefile for the midi host example
Diffstat (limited to 'examples')
-rw-r--r--examples/host/midi_rx/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/host/midi_rx/Makefile b/examples/host/midi_rx/Makefile
new file mode 100644
index 000000000..f830617ac
--- /dev/null
+++ b/examples/host/midi_rx/Makefile
@@ -0,0 +1,9 @@
+include ../../../tools/top.mk
+include ../../make.mk
+INC += \
+ src \
+ $(TOP)/hw \
+# Example source
+EXAMPLE_SOURCE += $(wildcard src/*.c)
+SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
+include ../../rules.mk \ No newline at end of file