summaryrefslogtreecommitdiff
path: root/kernel/wctc4xxp/Kbuild
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-08-07 18:58:55 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-08-07 18:58:55 +0000
commit2b167527097d36d4e36864cd1257b51657fda230 (patch)
tree7bb2f9bb899b5d4157a202939d3431406a0972a2 /kernel/wctc4xxp/Kbuild
parent3b3579c2cfa96aa32c9a04f71f3022d21ff195b0 (diff)
remove support for the Digium TC400 transcoder card; the interace to this card has been completely redesigned, and the new interface will only be present in DAHDI; TC400 users will need to upgrade to DAHDI 2.0.0 to continue using their transcoder cards
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4469 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'kernel/wctc4xxp/Kbuild')
-rw-r--r--kernel/wctc4xxp/Kbuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/kernel/wctc4xxp/Kbuild b/kernel/wctc4xxp/Kbuild
deleted file mode 100644
index 353290f..0000000
--- a/kernel/wctc4xxp/Kbuild
+++ /dev/null
@@ -1,20 +0,0 @@
-obj-m += wctc4xxp.o
-
-FIRM_DIR := ../../firmware
-
-EXTRA_CFLAGS := -I$(src)/.. -Wno-undef
-
-ifeq ($(HOTPLUG_FIRMWARE),yes)
- EXTRA_CFLAGS+=-DHOTPLUG_FIRMWARE
-endif
-
-wctc4xxp-objs := base.o
-
-ifneq ($(HOTPLUG_FIRMWARE),yes)
-wctc4xxp-objs += $(FIRM_DIR)/zaptel-fw-tc400m.o
-endif
-
-$(obj)/base.o: $(src)/../zaptel.h
-
-$(obj)/$(FIRM_DIR)/zaptel-fw-tc400m.o: $(obj)/base.o
- $(MAKE) -C $(obj)/$(FIRM_DIR) zaptel-fw-tc400m.o