Remove unneded code from tmk_core/rules.mk
This commit is contained in:
parent
67b294ca66
commit
cc2df445ab
2 changed files with 5 additions and 90 deletions
|
@ -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)","")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue