summaryrefslogtreecommitdiffstats
path: root/build_keyboard.mk
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-08-21 16:14:38 +0200
committerFred Sundvik <fsundvik@gmail.com>2016-08-27 20:57:49 +0200
commit27a673f5cf75747fe73641059aae60e9b53a1c78 (patch)
treefaf15b5c6055568689534478f5306cd4fe4be459 /build_keyboard.mk
parent6d7cd639a5e4503f00162c7cfa4bc7302b82c71c (diff)
downloadqmk_firmware-27a673f5cf75747fe73641059aae60e9b53a1c78.tar.gz
qmk_firmware-27a673f5cf75747fe73641059aae60e9b53a1c78.tar.xz
The makefile actually calls build_test
Diffstat (limited to 'build_keyboard.mk')
-rw-r--r--build_keyboard.mk14
1 files changed, 1 insertions, 13 deletions
diff --git a/build_keyboard.mk b/build_keyboard.mk
index f843572f6..bbe571845 100644
--- a/build_keyboard.mk
+++ b/build_keyboard.mk
@@ -4,19 +4,7 @@ endif
.DEFAULT_GOAL := all
-include message.mk
-
-
-# Directory common source filess exist
-TOP_DIR = .
-TMK_DIR = tmk_core
-TMK_PATH = $(TOP_DIR)/$(TMK_DIR)
-LIB_PATH = $(TOP_DIR)/lib
-
-QUANTUM_DIR = quantum
-QUANTUM_PATH = $(TOP_DIR)/$(QUANTUM_DIR)
-
-BUILD_DIR := $(TOP_DIR)/.build
+include common.mk
ifneq ($(SUBPROJECT),)
TARGET ?= $(KEYBOARD)_$(SUBPROJECT)_$(KEYMAP)