summaryrefslogtreecommitdiffstats
path: root/keyboard/mbed_onekey/Makefile
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2014-06-15 06:56:17 +0200
committertmk <nobody@nowhere>2014-07-30 07:07:43 +0200
commitf15b2691c92e1d9b3c0e59363c803ec540303f37 (patch)
treee875f43e4726de490c90ec408b3a41f781762904 /keyboard/mbed_onekey/Makefile
parent79840c678e13f9a737f80048bc3b9c9c55e3fc77 (diff)
downloadqmk_firmware-f15b2691c92e1d9b3c0e59363c803ec540303f37.tar.gz
qmk_firmware-f15b2691c92e1d9b3c0e59363c803ec540303f37.tar.xz
Add keyboard/mbed_onekey
Diffstat (limited to 'keyboard/mbed_onekey/Makefile')
-rw-r--r--keyboard/mbed_onekey/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/keyboard/mbed_onekey/Makefile b/keyboard/mbed_onekey/Makefile
new file mode 100644
index 000000000..e194052c1
--- /dev/null
+++ b/keyboard/mbed_onekey/Makefile
@@ -0,0 +1,29 @@
+# This file was automagically generated by mbed.org. For more information,
+# see http://mbed.org/handbook/Exporting-to-GCC-ARM-Embedded
+
+PROJECT = USBKeyboard_HelloWorld
+
+TMK_DIR = ../..
+MBED_DIR = ./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)
+
+OBJDIR = ./build
+
+OBJECTS = \
+ $(OBJDIR)/./HIDKeyboard.o \
+ $(OBJDIR)/./main.o
+
+SYS_OBJECTS =
+
+INCLUDE_PATHS = -I.
+
+LIBRARY_PATHS =
+LIBRARIES =
+
+include mbed.mk
+include common.mk
+include gcc.mk