summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/midi.mk
blob: 4855b23d3017a63670863864cc5bb81690aecff6 (plain)
1
2
3
4
5
6
7
8
9
10
MIDI_DIR = protocol/midi

SRC += midi.c \
	   midi_device.c \
	   bytequeue/bytequeue.c \
	   bytequeue/interrupt_setting.c \
	   sysex_tools.c \
	   $(LUFA_SRC_USBCLASS)

VPATH += $(TMK_PATH)/$(MIDI_DIR)