summaryrefslogtreecommitdiffstats
path: root/keyboard/mbed_onekey/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/mbed_onekey/Makefile')
-rw-r--r--keyboard/mbed_onekey/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/keyboard/mbed_onekey/Makefile b/keyboard/mbed_onekey/Makefile
deleted file mode 100644
index b9c88fdd3..000000000
--- a/keyboard/mbed_onekey/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-PROJECT = mbed_onekey
-
-TMK_DIR = ../../tmk_core
-MBED_DIR = $(TMK_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)/./main.o
-
-CONFIG_H = config.h
-
-SYS_OBJECTS =
-
-INCLUDE_PATHS = -I.
-
-LIBRARY_PATHS =
-LIBRARIES =
-
-# Build Options
-# Comment out to disable
-#BOOTMAGIC_ENABLE = yes
-#MOUSEKEY_ENABLE = yes
-
-
-include $(TMK_DIR)/tool/mbed/mbed.mk
-include $(TMK_DIR)/tool/mbed/common.mk
-include $(TMK_DIR)/tool/mbed/gcc.mk