blob: c85ae42ff24b33e7968bfe0f5c261f27d4fa25ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
MIDI_DIR = protocol/midi
SRC += midi.c \
midi_device.c \
bytequeue/bytequeue.c \
bytequeue/interrupt_setting.c \
$(LUFA_SRC_USBCLASS)
VPATH += $(TMK_PATH)/$(MIDI_DIR)
|