summaryrefslogtreecommitdiff
path: root/examples/host/midi2_host/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/host/midi2_host/Makefile')
-rw-r--r--examples/host/midi2_host/Makefile13
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