summaryrefslogtreecommitdiff
path: root/wct4xxp
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-23 23:57:10 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-23 23:57:10 +0000
commitdf1e7f7b0470bd759c9687eeffdcbeee02778008 (patch)
treefbd777063821d50d81aeb1ed0999f4eb6cfd1671 /wct4xxp
parente30d85766ea8d6b623f0964cbf8129c6c7700462 (diff)
partial update to support all the stuff that went into Zaptel 1.2 recently... this definitely still broken for 2.4 kernels, and maybe for 2.6 as well :-)
includes: Makefile split and reorganize TE120P driver TC400B driver HPEC support (not yet complete) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2215 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp')
-rw-r--r--wct4xxp/Makefile2
-rw-r--r--wct4xxp/Makefile.kernel26 (renamed from wct4xxp/Kbuild)0
2 files changed, 1 insertions, 1 deletions
diff --git a/wct4xxp/Makefile b/wct4xxp/Makefile
index 2fd4ee3..37f69c4 100644
--- a/wct4xxp/Makefile
+++ b/wct4xxp/Makefile
@@ -1,6 +1,6 @@
ifneq ($(KBUILD_EXTMOD),)
-include $(obj)/Kbuild
+include $(obj)/Makefile.kernel26
else
diff --git a/wct4xxp/Kbuild b/wct4xxp/Makefile.kernel26
index 105ca73..105ca73 100644
--- a/wct4xxp/Kbuild
+++ b/wct4xxp/Makefile.kernel26