[svn-commits] fjoe: freebsd/trunk r8793 - /freebsd/trunk/freebsd/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Jun 20 13:19:45 CDT 2010


Author: fjoe
Date: Sun Jun 20 13:19:41 2010
New Revision: 8793

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8793
Log:
Connect tested HW drivers to the build (although vpmadt032 does not work 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=8793&r1=8792&r2=8793
==============================================================================
--- freebsd/trunk/freebsd/Makefile (original)
+++ freebsd/trunk/freebsd/Makefile Sun Jun 20 13:19:41 2010
@@ -14,21 +14,16 @@
 	dahdi-fw-hx8.bin\
 	dahdi-fw-oct6114-064.bin\
 	dahdi-fw-oct6114-128.bin\
+	${_dahdi_vpmadt032_loader}\
 	dahdi_voicebus\
 	ng_dahdi_netdev\
 	wcb4xxp\
 	wcfxo\
 	wct4xxp\
-	wctdm24xxp
-
-# the following drivers are ported but not tested on real HW
-.if defined(WITH_EXPERIMENTAL)
-SUBDIR+=\
-	${_dahdi_vpmadt032_loader}\
 	wctdm\
+	wctdm24xxp\
 	wcte11xp\
 	wcte12xp
-.endif
 
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
 _dahdi_vpmadt032_loader=	dahdi_vpmadt032_loader




More information about the svn-commits mailing list