1
0
Fork 0

Remove unneded code from tmk_core/rules.mk

This commit is contained in:
Fred Sundvik 2016-08-08 11:06:47 +03:00
parent 67b294ca66
commit cc2df445ab
2 changed files with 5 additions and 90 deletions

View file

@ -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)","")