X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=converter%2Fps2_usb%2FMakefile.mbed;h=bbd9bd45b56d3163120bc6f520fef32bd5b9a2c9;hb=3fe8e1c238fc8e15dacda1b03c0c1745a7b8e8e7;hp=a7ea5bcf241fede1d77a7b85dc3464228ceaf36a;hpb=448aa73c39155e2e9ce6abe2519620b392bb4bdd;p=max%2Ftmk_keyboard.git diff --git a/converter/ps2_usb/Makefile.mbed b/converter/ps2_usb/Makefile.mbed index a7ea5bcf..bbd9bd45 100644 --- a/converter/ps2_usb/Makefile.mbed +++ b/converter/ps2_usb/Makefile.mbed @@ -3,10 +3,7 @@ PROJECT = ps2_usb TMK_DIR = ../../tmk_core MBED_DIR = $(TMK_DIR)/tool/mbed/mbed-sdk -#VPATH += $(MBED_DIR):$(TMK_DIR) -vpath %.s .:$(MBED_DIR):$(TMK_DIR) -vpath %.c .:$(MBED_DIR):$(TMK_DIR) -vpath %.cpp .:$(MBED_DIR):$(TMK_DIR) +VPATH += $(TMK_DIR):$(MBED_DIR) OBJDIR = ./build @@ -39,8 +36,8 @@ LIBRARIES = MOUSEKEY_ENABLE = yes +include $(TMK_DIR)/tool/mbed/common.mk #include $(TMK_DIR)/tool/mbed/mk20d50m.mk include $(TMK_DIR)/tool/mbed/lpc11u35_501.mk include $(TMK_DIR)/tool/mbed/mbed.mk -include $(TMK_DIR)/tool/mbed/common.mk include $(TMK_DIR)/tool/mbed/gcc.mk