浏览代码

fixed includes for arch sub-dirs

David Anders 19 年之前
父节点
当前提交
53b75ef130
共有 3 个文件被更改,包括 5 次插入0 次删除
  1. 3 0
      target/Makefile.in
  2. 1 0
      target/powerpc/Makefile.in
  3. 1 0
      target/x86/Makefile.in

+ 3 - 0
target/Makefile.in

@@ -1,2 +1,5 @@
 include target/generic/Makefile.in
 include target/generic/Makefile.in
 include target/device/Makefile.in
 include target/device/Makefile.in
+include target/x86/Makefile.in
+include target/arm/Makefile.in
+include target/powerpc/Makefile.in

+ 1 - 0
target/powerpc/Makefile.in

@@ -0,0 +1 @@
+include target/powerpc/*/*.mk

+ 1 - 0
target/x86/Makefile.in

@@ -0,0 +1 @@
+include target/x86/*/*.mk