summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/dahdi/wctdm24xxp/Kbuild2
l---------drivers/dahdi/wctdm24xxp/voicebus.c1
-rw-r--r--drivers/dahdi/wcte12xp/Kbuild2
l---------drivers/dahdi/wcte12xp/voicebus.c1
4 files changed, 4 insertions, 2 deletions
diff --git a/drivers/dahdi/wctdm24xxp/Kbuild b/drivers/dahdi/wctdm24xxp/Kbuild
index 51220b9..2176346 100644
--- a/drivers/dahdi/wctdm24xxp/Kbuild
+++ b/drivers/dahdi/wctdm24xxp/Kbuild
@@ -8,7 +8,7 @@ ifeq ($(HOTPLUG_FIRMWARE),yes)
EXTRA_CFLAGS+=-DHOTPLUG_FIRMWARE
endif
-wctdm24xxp-objs := base.o GpakCust.o GpakApi.o ../voicebus.o
+wctdm24xxp-objs := base.o GpakCust.o GpakApi.o voicebus.o
ifneq ($(HOTPLUG_FIRMWARE),yes)
wctdm24xxp-objs += $(FIRM_DIR)/dahdi-fw-vpmadt032.o
diff --git a/drivers/dahdi/wctdm24xxp/voicebus.c b/drivers/dahdi/wctdm24xxp/voicebus.c
new file mode 120000
index 0000000..6653619
--- /dev/null
+++ b/drivers/dahdi/wctdm24xxp/voicebus.c
@@ -0,0 +1 @@
+../voicebus.c \ No newline at end of file
diff --git a/drivers/dahdi/wcte12xp/Kbuild b/drivers/dahdi/wcte12xp/Kbuild
index 31ea38b..321d30d 100644
--- a/drivers/dahdi/wcte12xp/Kbuild
+++ b/drivers/dahdi/wcte12xp/Kbuild
@@ -8,7 +8,7 @@ ifeq ($(HOTPLUG_FIRMWARE),yes)
EXTRA_CFLAGS+=-DHOTPLUG_FIRMWARE
endif
-wcte12xp-objs := base.o vpmadt032.o GpakApi.o ../voicebus.o
+wcte12xp-objs := base.o vpmadt032.o GpakApi.o voicebus.o
ifneq ($(HOTPLUG_FIRMWARE),yes)
wcte12xp-objs += $(FIRM_DIR)/dahdi-fw-vpmadt032.o
diff --git a/drivers/dahdi/wcte12xp/voicebus.c b/drivers/dahdi/wcte12xp/voicebus.c
new file mode 120000
index 0000000..6653619
--- /dev/null
+++ b/drivers/dahdi/wcte12xp/voicebus.c
@@ -0,0 +1 @@
+../voicebus.c \ No newline at end of file