summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcb4xxp/Kbuild
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2008-10-28 18:26:33 +0000
committerShaun Ruffell <sruffell@digium.com>2008-10-28 18:26:33 +0000
commit50b8a97c5472e52f9808b977f7fa32a13f5bd494 (patch)
tree0a548d9501adfe5ebe9a74150a83c960f9d4b775 /drivers/dahdi/wcb4xxp/Kbuild
parent112ed63d6903497cceeeb2cf48540956bda3817c (diff)
Adding the wcb4xxp driver, a native dahdi driver for the B410P module.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5150 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wcb4xxp/Kbuild')
-rw-r--r--drivers/dahdi/wcb4xxp/Kbuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/dahdi/wcb4xxp/Kbuild b/drivers/dahdi/wcb4xxp/Kbuild
new file mode 100644
index 0000000..96399cb
--- /dev/null
+++ b/drivers/dahdi/wcb4xxp/Kbuild
@@ -0,0 +1,7 @@
+obj-m += wcb4xxp.o
+
+EXTRA_CFLAGS := -I$(src)/.. -Wno-undef
+
+wcb4xxp-objs := base.o
+
+$(obj)/base.o: $(src)/wcb4xxp.h