From 583541c7e01b4e8184adbb4d40a81f92aec0e131 Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Tue, 4 Dec 2018 00:43:23 -0500 Subject: [PATCH] add top_dir in the correct place --- build_keyboard.mk | 2 ++ common.mk | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_keyboard.mk b/build_keyboard.mk index 17e1d08a04..d1d2693fec 100644 --- a/build_keyboard.mk +++ b/build_keyboard.mk @@ -12,6 +12,8 @@ endif .DEFAULT_GOAL := all +TOP_DIR ?= . + include $(TOP_DIR)/common.mk # Set the filename for the final firmware binary diff --git a/common.mk b/common.mk index b12bd9c960..e8b410367e 100644 --- a/common.mk +++ b/common.mk @@ -1,6 +1,4 @@ # Directory common source files exist -TOP_DIR ?= . - include $(TOP_DIR)/message.mk TMK_DIR = tmk_core