summaryrefslogtreecommitdiffstats
path: root/build_keyboard.mk
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-08-08 10:06:47 +0200
committerFred Sundvik <fsundvik@gmail.com>2016-08-20 02:56:31 +0200
commitcc2df445ab3b0fd3998de7861b1c9ba0ad64aa8a (patch)
tree15731ec48f3bfd1ba99a2e954f994cfdb7ceed8e /build_keyboard.mk
parent67b294ca66fd9da341ab93019a380d91ac589c96 (diff)
downloadqmk_firmware-cc2df445ab3b0fd3998de7861b1c9ba0ad64aa8a.tar.gz
qmk_firmware-cc2df445ab3b0fd3998de7861b1c9ba0ad64aa8a.tar.xz
Remove unneded code from tmk_core/rules.mk
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
.DEFAULT_GOAL := all
+include message.mk
+
# Directory common source filess exist
TOP_DIR = .
@@ -68,7 +70,7 @@ BUILD_DIR = $(TOP_DIR)/.build
# Object files directory
# To put object files in current directory, use a dot (.), do NOT make
# this an empty or blank macro!
-OBJDIR = $(BUILD_DIR)/obj_$(TARGET)
+OBJDIR := $(BUILD_DIR)/obj_$(TARGET)
ifneq ("$(wildcard $(KEYMAP_PATH)/config.h)","")