diff options
Diffstat (limited to 'tmk_core/protocol/lufa.mk')
| -rw-r--r-- | tmk_core/protocol/lufa.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/protocol/lufa.mk b/tmk_core/protocol/lufa.mk index 4905760bb..9ac6298f1 100644 --- a/tmk_core/protocol/lufa.mk +++ b/tmk_core/protocol/lufa.mk | |||
| @@ -17,7 +17,7 @@ LUFA_SRC = $(LUFA_DIR)/lufa.c \ | |||
| 17 | $(LUFA_DIR)/descriptor.c \ | 17 | $(LUFA_DIR)/descriptor.c \ |
| 18 | $(LUFA_SRC_USB) | 18 | $(LUFA_SRC_USB) |
| 19 | 19 | ||
| 20 | ifdef MIDI_ENABLE | 20 | ifeq ($(strip $(MIDI_ENABLE)), yes) |
| 21 | LUFA_SRC += $(LUFA_DIR)/midi/midi.c \ | 21 | LUFA_SRC += $(LUFA_DIR)/midi/midi.c \ |
| 22 | $(LUFA_DIR)/midi/midi_device.c \ | 22 | $(LUFA_DIR)/midi/midi_device.c \ |
| 23 | $(LUFA_DIR)/midi/bytequeue/bytequeue.c \ | 23 | $(LUFA_DIR)/midi/bytequeue/bytequeue.c \ |
| @@ -25,7 +25,7 @@ ifdef MIDI_ENABLE | |||
| 25 | $(LUFA_SRC_USBCLASS) | 25 | $(LUFA_SRC_USBCLASS) |
| 26 | endif | 26 | endif |
| 27 | 27 | ||
| 28 | ifdef BLUETOOTH_ENABLE | 28 | ifeq ($(strip $(BLUETOOTH_ENABLE)), yes) |
| 29 | LUFA_SRC += $(LUFA_DIR)/bluetooth.c \ | 29 | LUFA_SRC += $(LUFA_DIR)/bluetooth.c \ |
| 30 | $(TMK_DIR)/protocol/serial_uart.c | 30 | $(TMK_DIR)/protocol/serial_uart.c |
| 31 | endif | 31 | endif |
