summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcte12xp
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/wcte12xp')
-rw-r--r--drivers/dahdi/wcte12xp/Kbuild2
l---------drivers/dahdi/wcte12xp/voicebus.c1
2 files changed, 2 insertions, 1 deletions
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