瀏覽代碼

It would help to include the package specific *.mk makefiles

Eric Andersen 21 年之前
父節點
當前提交
0b5ad78369
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -74,7 +74,7 @@ world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(TARGETS)
 
 include make/*.mk
 include toolchain/*/*.mk
-#include package/*/*.mk
+include package/*/*.mk
 
 #############################################################
 #