From 4d28bda862b8f971e103d6667cf1be5bd84dc8c7 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Thu, 22 May 2008 12:08:41 +0000 Subject: 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 --- drivers/dahdi/wctdm24xxp/Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/dahdi/wctdm24xxp/Kbuild') 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 -- cgit v1.2.3