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
commit2e9c5b03752de6db1cb54cc6da43d648c83165b6 (patch)
tree47b1b93dd7ec3615e60fd14a64e09aa7b921ef68 /drivers/dahdi/voicebus/Kbuild
parent0e66db059265bf2085413fe93f76957abf945e95 (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