forked from mirrors/qmk_firmware
Fix midi after recent refactoring (#19723)
This commit is contained in:
parent
b867522f8c
commit
944b6107e2
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ LUFA_SRC = lufa.c \
|
||||||
usb_descriptor.c \
|
usb_descriptor.c \
|
||||||
$(LUFA_SRC_USB)
|
$(LUFA_SRC_USB)
|
||||||
|
|
||||||
|
ifeq ($(strip $(MIDI_ENABLE)), yes)
|
||||||
|
LUFA_SRC += $(LUFA_ROOT_PATH)/Drivers/USB/Class/Device/MIDIClassDevice.c
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(strip $(VIRTSER_ENABLE)), yes)
|
ifeq ($(strip $(VIRTSER_ENABLE)), yes)
|
||||||
LUFA_SRC += $(LUFA_ROOT_PATH)/Drivers/USB/Class/Device/CDCClassDevice.c
|
LUFA_SRC += $(LUFA_ROOT_PATH)/Drivers/USB/Class/Device/CDCClassDevice.c
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue