@@ -12,6 +12,8 @@ endif
.DEFAULT_GOAL := all
+TOP_DIR ?= .
+
include $(TOP_DIR)/common.mk
# Set the filename for the final firmware binary
@@ -1,6 +1,4 @@
# Directory common source files exist
-TOP_DIR ?= .
-
include $(TOP_DIR)/message.mk
TMK_DIR = tmk_core