1 # SPDX-License-Identifier: GPL-2.0
2 gigaset-y
:= common.o interface.o proc.o ev-layer.o asyncdata.o
3 gigaset-
$(CONFIG_GIGASET_CAPI
) += capi.o
4 gigaset-
$(CONFIG_GIGASET_I4L
) += i4l.o
5 gigaset-
$(CONFIG_GIGASET_DUMMYLL
) += dummyll.o
6 usb_gigaset-y
:= usb-gigaset.o
7 ser_gigaset-y
:= ser-gigaset.o
8 bas_gigaset-y
:= bas-gigaset.o isocdata.o
10 obj-
$(CONFIG_ISDN_DRV_GIGASET
) += gigaset.o
11 obj-
$(CONFIG_GIGASET_M105
) += usb_gigaset.o
12 obj-
$(CONFIG_GIGASET_BASE
) += bas_gigaset.o
13 obj-
$(CONFIG_GIGASET_M101
) += ser_gigaset.o