diff options
Diffstat (limited to 'tmk_core/protocol/lufa.mk')
-rw-r--r-- | tmk_core/protocol/lufa.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tmk_core/protocol/lufa.mk b/tmk_core/protocol/lufa.mk index 514d5fac4..c8935dacb 100644 --- a/tmk_core/protocol/lufa.mk +++ b/tmk_core/protocol/lufa.mk | |||
@@ -49,7 +49,6 @@ SRC += $(LUFA_DIR)/usb_util.c | |||
49 | # Search Path | 49 | # Search Path |
50 | VPATH += $(TMK_PATH)/$(LUFA_DIR) | 50 | VPATH += $(TMK_PATH)/$(LUFA_DIR) |
51 | VPATH += $(LUFA_PATH) | 51 | VPATH += $(LUFA_PATH) |
52 | VPATH += $(DRIVER_PATH)/avr | ||
53 | 52 | ||
54 | # Option modules | 53 | # Option modules |
55 | #ifdef $(or MOUSEKEY_ENABLE, PS2_MOUSE_ENABLE) | 54 | #ifdef $(or MOUSEKEY_ENABLE, PS2_MOUSE_ENABLE) |