[svn-commits] fjoe: freebsd/trunk r8317 - in /freebsd/trunk/freebsd: dahdi_voicebus/ wctdm2...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Mar 9 23:00:12 CST 2010
Author: fjoe
Date: Tue Mar 9 23:00:08 2010
New Revision: 8317
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8317
Log:
- Add necessary CFLAGS (include path)
- Re-order variable assignments
Modified:
freebsd/trunk/freebsd/dahdi_voicebus/Makefile
freebsd/trunk/freebsd/wctdm24xxp/Makefile
Modified: freebsd/trunk/freebsd/dahdi_voicebus/Makefile
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/freebsd/dahdi_voicebus/Makefile?view=diff&rev=8317&r1=8316&r2=8317
==============================================================================
--- freebsd/trunk/freebsd/dahdi_voicebus/Makefile (original)
+++ freebsd/trunk/freebsd/dahdi_voicebus/Makefile Tue Mar 9 23:00:08 2010
@@ -4,7 +4,7 @@
KMOD= dahdi_voicebus
SRCS= voicebus.c voicebus_net.c GpakCust.c GpakApi.c
+SRCS+= device_if.h bus_if.h pci_if.h
CFLAGS= -I${.CURDIR}/../../drivers/dahdi
-SRCS+= device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>
Modified: freebsd/trunk/freebsd/wctdm24xxp/Makefile
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/freebsd/wctdm24xxp/Makefile?view=diff&rev=8317&r1=8316&r2=8317
==============================================================================
--- freebsd/trunk/freebsd/wctdm24xxp/Makefile (original)
+++ freebsd/trunk/freebsd/wctdm24xxp/Makefile Tue Mar 9 23:00:08 2010
@@ -5,5 +5,6 @@
KMOD= wctdm24xxp
SRCS= base.c xhfc.c
SRCS+= device_if.h bus_if.h pci_if.h
+CFLAGS= -I${.CURDIR}/../../drivers/dahdi
.include <bsd.kmod.mk>
More information about the svn-commits
mailing list