diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-04-15 00:26:22 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2016-04-15 00:26:22 -0400 |
| commit | bb0836c62016f482f517771a9f5a8dbc68bd0a1c (patch) | |
| tree | a5107e8494463d7e004632a3915694261f3a317c /tmk_core/protocol | |
| parent | 43a4ffc25971b2aea94b65ca1db66371e653ec5f (diff) | |
| download | qmk_firmware-bb0836c62016f482f517771a9f5a8dbc68bd0a1c.tar.gz qmk_firmware-bb0836c62016f482f517771a9f5a8dbc68bd0a1c.zip | |
the spacessss
Diffstat (limited to 'tmk_core/protocol')
| -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 f3209c227..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 | ifeq ($(MIDI_ENABLE), yes) | 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 @@ ifeq ($(MIDI_ENABLE), yes) | |||
| 25 | $(LUFA_SRC_USBCLASS) | 25 | $(LUFA_SRC_USBCLASS) |
| 26 | endif | 26 | endif |
| 27 | 27 | ||
| 28 | ifeq ($(BLUETOOTH_ENABLE), yes) | 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 |
