aboutsummaryrefslogtreecommitdiff
path: root/build_keyboard.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build_keyboard.mk')
-rw-r--r--build_keyboard.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/build_keyboard.mk b/build_keyboard.mk
index b0cb22e6a..7493c1328 100644
--- a/build_keyboard.mk
+++ b/build_keyboard.mk
@@ -4,6 +4,8 @@ endif
4 4
5.DEFAULT_GOAL := all 5.DEFAULT_GOAL := all
6 6
7include message.mk
8
7 9
8# Directory common source filess exist 10# Directory common source filess exist
9TOP_DIR = . 11TOP_DIR = .
@@ -68,7 +70,7 @@ BUILD_DIR = $(TOP_DIR)/.build
68# Object files directory 70# Object files directory
69# To put object files in current directory, use a dot (.), do NOT make 71# To put object files in current directory, use a dot (.), do NOT make
70# this an empty or blank macro! 72# this an empty or blank macro!
71OBJDIR = $(BUILD_DIR)/obj_$(TARGET) 73OBJDIR := $(BUILD_DIR)/obj_$(TARGET)
72 74
73 75
74ifneq ("$(wildcard $(KEYMAP_PATH)/config.h)","") 76ifneq ("$(wildcard $(KEYMAP_PATH)/config.h)","")