summaryrefslogtreecommitdiff
path: root/wctdm24xxp/Makefile.kernel26
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-20 18:54:20 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-20 18:54:20 +0000
commita3f6fe84820dc3b49ad9bcc11d76b9fadd220ea7 (patch)
treef293a7542e8c9542aa52224b352da3c13cff0d47 /wctdm24xxp/Makefile.kernel26
parent0d35c617102558709f4bd32ebc10e579094425fd (diff)
Merged revisions 2761 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2761 | mattf | 2007-07-20 11:19:47 -0500 (Fri, 20 Jul 2007) | 1 line New product support, new echo canceler and new boards ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2762 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm24xxp/Makefile.kernel26')
-rw-r--r--wctdm24xxp/Makefile.kernel2612
1 files changed, 12 insertions, 0 deletions
diff --git a/wctdm24xxp/Makefile.kernel26 b/wctdm24xxp/Makefile.kernel26
new file mode 100644
index 0000000..f9fbf0c
--- /dev/null
+++ b/wctdm24xxp/Makefile.kernel26
@@ -0,0 +1,12 @@
+obj-m += wctdm24xxp.o
+
+EXTRA_CFLAGS := -I$(src)/.. -Wno-undef
+
+wctdm24xxp-objs := base.o GpakCust.o GpakApi.o
+
+$(obj)/base.o: $(src)/GpakCust.h $(src)/wctdm24xxp.h
+$(obj)/base.o: $(src)/../zaptel.h
+
+$(obj)/GpakCust.o: $(src)/GpakCust.h
+
+$(obj)/GpakApi.o: $(src)/GpakApi.h