[svn-commits] fjoe: freebsd/trunk r8288 - in /freebsd/trunk/freebsd: dahdi_voicebus/ wctdm/...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Mar 8 13:40:15 CST 2010


Author: fjoe
Date: Mon Mar  8 13:40:12 2010
New Revision: 8288

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8288
Log:
Makefile glue for wctdm, wctdm24xxp, dahdi_voicebus (WIP).

Added:
    freebsd/trunk/freebsd/dahdi_voicebus/
    freebsd/trunk/freebsd/dahdi_voicebus/Makefile   (with props)
    freebsd/trunk/freebsd/wctdm/
    freebsd/trunk/freebsd/wctdm/Makefile   (with props)
    freebsd/trunk/freebsd/wctdm24xxp/
    freebsd/trunk/freebsd/wctdm24xxp/Makefile   (with props)

Added: freebsd/trunk/freebsd/dahdi_voicebus/Makefile
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/freebsd/dahdi_voicebus/Makefile?view=auto&rev=8288
==============================================================================
--- freebsd/trunk/freebsd/dahdi_voicebus/Makefile (added)
+++ freebsd/trunk/freebsd/dahdi_voicebus/Makefile Mon Mar  8 13:40:12 2010
@@ -1,0 +1,10 @@
+# $Id$
+
+.PATH: ${.CURDIR}/../../drivers/dahdi/voicebus
+
+KMOD=	dahdi_voicebus
+SRCS=	voicebus.c voicebus_net.c GpakCust.c GpakApi.c
+CFLAGS=	-I${.CURDIR}/../../drivers/dahdi
+SRCS+=	device_if.h bus_if.h pci_if.h
+
+.include <bsd.kmod.mk>

Propchange: freebsd/trunk/freebsd/dahdi_voicebus/Makefile
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: freebsd/trunk/freebsd/dahdi_voicebus/Makefile
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: freebsd/trunk/freebsd/dahdi_voicebus/Makefile
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: freebsd/trunk/freebsd/wctdm/Makefile
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/freebsd/wctdm/Makefile?view=auto&rev=8288
==============================================================================
--- freebsd/trunk/freebsd/wctdm/Makefile (added)
+++ freebsd/trunk/freebsd/wctdm/Makefile Mon Mar  8 13:40:12 2010
@@ -1,0 +1,9 @@
+# $Id$
+
+.PATH: ${.CURDIR}/../../drivers/dahdi
+
+KMOD=	wctdm
+SRCS=	wctdm.c
+SRCS+=	device_if.h bus_if.h pci_if.h
+
+.include <bsd.kmod.mk>

Propchange: freebsd/trunk/freebsd/wctdm/Makefile
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: freebsd/trunk/freebsd/wctdm/Makefile
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: freebsd/trunk/freebsd/wctdm/Makefile
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: freebsd/trunk/freebsd/wctdm24xxp/Makefile
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/freebsd/wctdm24xxp/Makefile?view=auto&rev=8288
==============================================================================
--- freebsd/trunk/freebsd/wctdm24xxp/Makefile (added)
+++ freebsd/trunk/freebsd/wctdm24xxp/Makefile Mon Mar  8 13:40:12 2010
@@ -1,0 +1,9 @@
+# $Id$
+
+.PATH: ${.CURDIR}/../../drivers/dahdi/wctdm24xxp
+
+KMOD=	wctdm24xxp
+SRCS=	base.c xhfc.c
+SRCS+=	device_if.h bus_if.h pci_if.h
+
+.include <bsd.kmod.mk>

Propchange: freebsd/trunk/freebsd/wctdm24xxp/Makefile
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: freebsd/trunk/freebsd/wctdm24xxp/Makefile
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: freebsd/trunk/freebsd/wctdm24xxp/Makefile
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the svn-commits mailing list