diff options
author | Tilman Schmidt <tilman@imap.cc> | 2009-10-06 08:19:17 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-07 01:43:53 -0400 |
commit | 7bb5fdc2fb021e32703ed1ff0269876bde1fa962 (patch) | |
tree | 818c29b7ed3ece19165d317050c333bab9f7fadb /drivers/isdn/gigaset/Makefile | |
parent | aaba2b3f8213e1d66e71c351fa7a2b1cbd974d3c (diff) |
gigaset: add Kernel CAPI interface (v3)
Add a Kernel CAPI interface to the Gigaset driver.
Impact: optional new functionality
Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/gigaset/Makefile')
-rw-r--r-- | drivers/isdn/gigaset/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/isdn/gigaset/Makefile b/drivers/isdn/gigaset/Makefile index d429202ba8ef..c453b72272a0 100644 --- a/drivers/isdn/gigaset/Makefile +++ b/drivers/isdn/gigaset/Makefile | |||
@@ -1,4 +1,5 @@ | |||
1 | gigaset-y := common.o interface.o proc.o ev-layer.o asyncdata.o | 1 | gigaset-y := common.o interface.o proc.o ev-layer.o asyncdata.o |
2 | gigaset-$(CONFIG_GIGASET_CAPI) += capi.o | ||
2 | gigaset-$(CONFIG_GIGASET_I4L) += i4l.o | 3 | gigaset-$(CONFIG_GIGASET_I4L) += i4l.o |
3 | gigaset-$(CONFIG_GIGASET_DUMMYLL) += dummyll.o | 4 | gigaset-$(CONFIG_GIGASET_DUMMYLL) += dummyll.o |
4 | usb_gigaset-y := usb-gigaset.o | 5 | usb_gigaset-y := usb-gigaset.o |