Add Makefile for the midi host example

This commit is contained in:
atok
2022-09-11 18:17:22 +02:00
committed by atoktoto
parent 19563b4414
commit 81de7f3d23

View File

@@ -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