summaryrefslogtreecommitdiff
path: root/drivers/dahdi/voicebus/Kbuild
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-02-26 16:40:41 +0000
committerShaun Ruffell <sruffell@digium.com>2010-02-26 16:40:41 +0000
commit46e89f48952f7f2a9e4f762e60d3870101a60e2b (patch)
tree47b1b93dd7ec3615e60fd14a64e09aa7b921ef68 /drivers/dahdi/voicebus/Kbuild
parent3740e98a6b03692b6a2d3c6f8a7a72e1731c8d20 (diff)
voicebus: Add optional network debugging interface.
This interface is only used to facilitate debugging. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8118 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/voicebus/Kbuild')
-rw-r--r--drivers/dahdi/voicebus/Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/voicebus/Kbuild b/drivers/dahdi/voicebus/Kbuild
index 7b33956..6316174 100644
--- a/drivers/dahdi/voicebus/Kbuild
+++ b/drivers/dahdi/voicebus/Kbuild
@@ -1,5 +1,5 @@
obj-$(DAHDI_BUILD_ALL)$(CONFIG_DAHDI_VOICEBUS) += dahdi_voicebus.o
-dahdi_voicebus-objs := voicebus.o GpakCust.o GpakApi.o
+dahdi_voicebus-objs := voicebus.o GpakCust.o GpakApi.o voicebus_net.o
EXTRA_CFLAGS := -I$(src)/.. -Wno-undef