This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
2016-11-23 00:30:06 -05:00

10 lines
204 B
Makefile

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)