diff options
Diffstat (limited to 'build_keyboard.mk')
| -rw-r--r-- | build_keyboard.mk | 4 |
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 | ||
| 7 | include message.mk | ||
| 8 | |||
| 7 | 9 | ||
| 8 | # Directory common source filess exist | 10 | # Directory common source filess exist |
| 9 | TOP_DIR = . | 11 | TOP_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! |
| 71 | OBJDIR = $(BUILD_DIR)/obj_$(TARGET) | 73 | OBJDIR := $(BUILD_DIR)/obj_$(TARGET) |
| 72 | 74 | ||
| 73 | 75 | ||
| 74 | ifneq ("$(wildcard $(KEYMAP_PATH)/config.h)","") | 76 | ifneq ("$(wildcard $(KEYMAP_PATH)/config.h)","") |
