We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19563b4 commit 81de7f3Copy full SHA for 81de7f3
examples/host/midi_rx/Makefile
@@ -0,0 +1,9 @@
1
+include ../../../tools/top.mk
2
+include ../../make.mk
3
+INC += \
4
+ src \
5
+ $(TOP)/hw \
6
+# Example source
7
+EXAMPLE_SOURCE += $(wildcard src/*.c)
8
+SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
9
+include ../../rules.mk
0 commit comments