summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcte12xp/Kbuild
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-05-22 12:08:41 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-05-22 12:08:41 +0000
commit4d28bda862b8f971e103d6667cf1be5bd84dc8c7 (patch)
tree070d760595c238e549f39a54eeee3f75964cb898 /drivers/dahdi/wcte12xp/Kbuild
parent49a66e309c5c7564027efa4cf823fac6b374a751 (diff)
ensure that wctdm24xxp and wcte12xp compile their own copies of voicebus.o, so they don't get rebuilt every time the modules are built (the kernel build system doesn't know how to share a .o file between modules)
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4325 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wcte12xp/Kbuild')
-rw-r--r--drivers/dahdi/wcte12xp/Kbuild2
1 files changed, 1 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