summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcte12xp/Kbuild
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2009-04-29 17:48:39 +0000
committerShaun Ruffell <sruffell@digium.com>2009-04-29 17:48:39 +0000
commitd6b2deb60852a6a1802ae623f1c940eb9c89fadc (patch)
tree7feb878aab3e215b5c2011374fb84b68326a55bd /drivers/dahdi/wcte12xp/Kbuild
parent2cae851799a6834e22c5aa95a83dcef8ebbf16dd (diff)
voicebus: Move common vpmadt032 interface into voicebus module.
The voicebus library was previously linked into both the wcte12xp and wctdm24xxp drivers. It is now broken out into it's own module and the common parts of the vpmadt032 interface are now located in that module to reduce duplication between the wcte12xp and wctdm24xxp drivers. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6527 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wcte12xp/Kbuild')
-rw-r--r--drivers/dahdi/wcte12xp/Kbuild15
1 files changed, 1 insertions, 14 deletions
diff --git a/drivers/dahdi/wcte12xp/Kbuild b/drivers/dahdi/wcte12xp/Kbuild
index c462a32..77efd7d 100644
--- a/drivers/dahdi/wcte12xp/Kbuild
+++ b/drivers/dahdi/wcte12xp/Kbuild
@@ -1,18 +1,5 @@
obj-$(DAHDI_BUILD_ALL)$(CONFIG_DAHDI_WCTE12XP) += wcte12xp.o
-FIRM_DIR := ../firmware
-
EXTRA_CFLAGS += -I$(src)/.. -Wno-undef
-ifeq ($(HOTPLUG_FIRMWARE),yes)
- EXTRA_CFLAGS+=-DHOTPLUG_FIRMWARE
-endif
-
-wcte12xp-objs := base.o vpmadt032.o GpakApi.o voicebus.o
-
-ifneq ($(HOTPLUG_FIRMWARE),yes)
-wcte12xp-objs += $(FIRM_DIR)/dahdi-fw-vpmadt032.o
-endif
-
-$(obj)/$(FIRM_DIR)/dahdi-fw-vpmadt032.o: $(obj)/base.o
- $(MAKE) -C $(obj)/$(FIRM_DIR) dahdi-fw-vpmadt032.o
+wcte12xp-objs := base.o