summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/gigaset/Makefile
diff options
context:
space:
mode:
authorTilman Schmidt <tilman@imap.cc>2009-10-06 12:19:12 +0000
committerDavid S. Miller <davem@davemloft.net>2009-10-06 22:43:51 -0700
commitaaba2b3f8213e1d66e71c351fa7a2b1cbd974d3c (patch)
tree024458582d76d07647e2b5da45534c903508b334 /drivers/isdn/gigaset/Makefile
parent088ec0cc96e2befd5f3c035123f95c17bdf26e64 (diff)
downloadop-kernel-dev-aaba2b3f8213e1d66e71c351fa7a2b1cbd974d3c.zip
op-kernel-dev-aaba2b3f8213e1d66e71c351fa7a2b1cbd974d3c.tar.gz
gigaset: allow building without I4L
Add a dummy LL interface to the Gigaset driver so that it can be built and, in a limited way, used without the ISDN4Linux subsystem. Impact: new configuration alternative 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/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/isdn/gigaset/Makefile b/drivers/isdn/gigaset/Makefile
index e9d3189..d429202 100644
--- a/drivers/isdn/gigaset/Makefile
+++ b/drivers/isdn/gigaset/Makefile
@@ -1,4 +1,6 @@
-gigaset-y := common.o interface.o proc.o ev-layer.o i4l.o asyncdata.o
+gigaset-y := common.o interface.o proc.o ev-layer.o asyncdata.o
+gigaset-$(CONFIG_GIGASET_I4L) += i4l.o
+gigaset-$(CONFIG_GIGASET_DUMMYLL) += dummyll.o
usb_gigaset-y := usb-gigaset.o
ser_gigaset-y := ser-gigaset.o
bas_gigaset-y := bas-gigaset.o isocdata.o
OpenPOWER on IntegriCloud