Skip to content

Commit 81de7f3

Browse files
committed
Add Makefile for the midi host example
1 parent 19563b4 commit 81de7f3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

examples/host/midi_rx/Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)