[Buildroot] svn commit: trunk/buildroot/target

aldot at uclibc.org aldot at uclibc.org
Fri Oct 5 11:03:07 UTC 2007


Author: aldot
Date: 2007-10-05 04:03:07 -0700 (Fri, 05 Oct 2007)
New Revision: 20178

Log:
- comment out apparently unused? cruft (linux-experimental)


Modified:
   trunk/buildroot/target/Makefile.in


Changeset:
Modified: trunk/buildroot/target/Makefile.in
===================================================================
--- trunk/buildroot/target/Makefile.in	2007-10-05 11:02:29 UTC (rev 20177)
+++ trunk/buildroot/target/Makefile.in	2007-10-05 11:03:07 UTC (rev 20178)
@@ -17,11 +17,11 @@
 # We already did add the kernel target to TARGETS and now just pull in the rules
 # to actually build this target.
 
-ifeq ($(strip $(subst ",,$(BR2_PACKAGE_LINUX_EXPERIMENTAL_CONFIG))),y)
+#ifeq ($(strip $(subst ",,$(BR2_PACKAGE_LINUX_EXPERIMENTAL_CONFIG))),y)
 #"))
+#include target/linux/Makefile.in
+##include target/linux-experimental/Makefile.in
+#else
 include target/linux/Makefile.in
-#include target/linux-experimental/Makefile.in
-else
-include target/linux/Makefile.in
-endif
+#endif
 




More information about the buildroot mailing list