Browse Source

ps2_usb: Fix for mbed build

master
tmk 8 years ago
parent
commit
448aa73c39
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      converter/ps2_usb/Makefile.mbed

+ 1
- 1
converter/ps2_usb/Makefile.mbed View File

@@ -1,7 +1,7 @@
PROJECT = ps2_usb

TMK_DIR = ../../tmk_core
MBED_DIR = $(TMK_DIR)/mbed-sdk
MBED_DIR = $(TMK_DIR)/tool/mbed/mbed-sdk

#VPATH += $(MBED_DIR):$(TMK_DIR)
vpath %.s .:$(MBED_DIR):$(TMK_DIR)