Skip to content

Commit

Permalink
ps2_usb: Fix for mbed build
Browse files Browse the repository at this point in the history
  • Loading branch information
tmk committed Jul 11, 2015
1 parent 8746ad9 commit 448aa73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion converter/ps2_usb/Makefile.mbed
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 448aa73

Please sign in to comment.