2
0
Просмотр исходного кода

add top_dir in the correct place

Jack Humbert 7 лет назад
Родитель
Сommit
583541c7e0
2 измененных файлов с 2 добавлено и 2 удалено
  1. 2 0
      build_keyboard.mk
  2. 0 2
      common.mk

+ 2 - 0
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

+ 0 - 2
common.mk

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