add top_dir in the correct place

This commit is contained in:
Jack Humbert
2018-12-04 00:43:23 -05:00
parent 51d3a98efe
commit 583541c7e0
2 changed files with 2 additions and 2 deletions

View File

@@ -12,6 +12,8 @@ endif
.DEFAULT_GOAL := all
TOP_DIR ?= .
include $(TOP_DIR)/common.mk
# Set the filename for the final firmware binary

View File

@@ -1,6 +1,4 @@
# Directory common source files exist
TOP_DIR ?= .
include $(TOP_DIR)/message.mk
TMK_DIR = tmk_core