fixed includes for arch sub-dirs
authorDavid Anders <dave123@abcsinc.com>
Fri, 20 Jan 2006 20:04:53 +0000 (20:04 -0000)
committerDavid Anders <dave123@abcsinc.com>
Fri, 20 Jan 2006 20:04:53 +0000 (20:04 -0000)
target/Makefile.in
target/powerpc/Makefile.in [new file with mode: 0644]
target/x86/Makefile.in [new file with mode: 0644]

index 7c06fd5526c262984ec1ac986925772d30a7a7f3..ec3955a1690224d26f834d1a68400305daeed8d9 100644 (file)
@@ -1,2 +1,5 @@
 include target/generic/Makefile.in
 include target/device/Makefile.in
+include target/x86/Makefile.in
+include target/arm/Makefile.in
+include target/powerpc/Makefile.in
diff --git a/target/powerpc/Makefile.in b/target/powerpc/Makefile.in
new file mode 100644 (file)
index 0000000..0d4698d
--- /dev/null
@@ -0,0 +1 @@
+include target/powerpc/*/*.mk
diff --git a/target/x86/Makefile.in b/target/x86/Makefile.in
new file mode 100644 (file)
index 0000000..710f9aa
--- /dev/null
@@ -0,0 +1 @@
+include target/x86/*/*.mk