[dahdi-commits] fjoe: freebsd/trunk r8719 - /freebsd/trunk/freebsd/Makefile

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Mon May 31 22:31:11 CDT 2010


Author: fjoe
Date: Mon May 31 22:31:10 2010
New Revision: 8719

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8719
Log:
make WITH_EXPERIMENTAL=yes can now be used to build/install experimental
drivers (that were not tested on real HW yet).

Modified:
    freebsd/trunk/freebsd/Makefile

Modified: freebsd/trunk/freebsd/Makefile
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/freebsd/Makefile?view=diff&rev=8719&r1=8718&r2=8719
==============================================================================
--- freebsd/trunk/freebsd/Makefile (original)
+++ freebsd/trunk/freebsd/Makefile Mon May 31 22:31:10 2010
@@ -21,9 +21,11 @@
 	wctdm24xxp
 
 # the following drivers are ported but not tested on real HW
-#SUBDIR+=\
-#	wctdm\
-#	wcte11xp\
-#	wcte12xp
+.if defined(WITH_EXPERIMENTAL)
+SUBDIR+=\
+	wctdm\
+	wcte11xp\
+	wcte12xp
+.endif
 
 .include <bsd.subdir.mk>




More information about the dahdi-commits mailing list