summaryrefslogtreecommitdiff
path: root/keyboard/mbed_onekey/Makefile
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2014-06-18 02:22:59 +0900
committertmk <nobody@nowhere>2014-07-30 14:07:43 +0900
commit80c3ff5fa03429f1e4ea15032f665ceb88c9b8c3 (patch)
tree803fe5b419419607146b6ba1db69d24486b1494e /keyboard/mbed_onekey/Makefile
parente81c70149ecf73256f8bb7d77cefc07f2b91d2be (diff)
Fix build files for mbed
Diffstat (limited to 'keyboard/mbed_onekey/Makefile')
-rw-r--r--keyboard/mbed_onekey/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/keyboard/mbed_onekey/Makefile b/keyboard/mbed_onekey/Makefile
index e686f424e6..d0d1148ce2 100644
--- a/keyboard/mbed_onekey/Makefile
+++ b/keyboard/mbed_onekey/Makefile
@@ -1,7 +1,4 @@
-# This file was automagically generated by mbed.org. For more information,
-# see http://mbed.org/handbook/Exporting-to-GCC-ARM-Embedded
-
-PROJECT = USBKeyboard_HelloWorld
+PROJECT = mbed_onekey
TMK_DIR = ../..
MBED_DIR = ./mbed-sdk
@@ -14,8 +11,6 @@ vpath %.cpp .:$(MBED_DIR):$(TMK_DIR)
OBJDIR = ./build
OBJECTS = \
- $(OBJDIR)/./HIDKeyboard.o \
- $(OBJDIR)/./mbed_driver.o \
$(OBJDIR)/./main.o
CONFIG_H = config.h
@@ -33,6 +28,6 @@ LIBRARIES =
MOUSEKEY_ENABLE = yes
-include mbed.mk
-include common.mk
-include gcc.mk
+include $(TMK_DIR)/tool/mbed/mbed.mk
+include $(TMK_DIR)/tool/mbed/common.mk
+include $(TMK_DIR)/tool/mbed/gcc.mk