svn commit: trunk/buildroot/target: powerpc x86

prpplague at uclibc.org prpplague at uclibc.org
Fri Jan 20 20:04:54 UTC 2006


Author: prpplague
Date: 2006-01-20 12:04:53 -0800 (Fri, 20 Jan 2006)
New Revision: 13456

Log:
fixed includes for arch sub-dirs

Added:
   trunk/buildroot/target/powerpc/Makefile.in
   trunk/buildroot/target/x86/Makefile.in

Modified:
   trunk/buildroot/target/Makefile.in


Changeset:
Modified: trunk/buildroot/target/Makefile.in
===================================================================
--- trunk/buildroot/target/Makefile.in	2006-01-20 19:22:13 UTC (rev 13455)
+++ trunk/buildroot/target/Makefile.in	2006-01-20 20:04:53 UTC (rev 13456)
@@ -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

Added: trunk/buildroot/target/powerpc/Makefile.in
===================================================================
--- trunk/buildroot/target/powerpc/Makefile.in	2006-01-20 19:22:13 UTC (rev 13455)
+++ trunk/buildroot/target/powerpc/Makefile.in	2006-01-20 20:04:53 UTC (rev 13456)
@@ -0,0 +1 @@
+include target/powerpc/*/*.mk

Added: trunk/buildroot/target/x86/Makefile.in
===================================================================
--- trunk/buildroot/target/x86/Makefile.in	2006-01-20 19:22:13 UTC (rev 13455)
+++ trunk/buildroot/target/x86/Makefile.in	2006-01-20 20:04:53 UTC (rev 13456)
@@ -0,0 +1 @@
+include target/x86/*/*.mk




More information about the uClibc-cvs mailing list