]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/isdn/gigaset/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / drivers / isdn / gigaset / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
aaba2b3f 2gigaset-y := common.o interface.o proc.o ev-layer.o asyncdata.o
7bb5fdc2 3gigaset-$(CONFIG_GIGASET_CAPI) += capi.o
aaba2b3f
TS
4gigaset-$(CONFIG_GIGASET_I4L) += i4l.o
5gigaset-$(CONFIG_GIGASET_DUMMYLL) += dummyll.o
d5c1682f 6usb_gigaset-y := usb-gigaset.o
d5c1682f 7ser_gigaset-y := ser-gigaset.o
dae9f8e6 8bas_gigaset-y := bas-gigaset.o isocdata.o
0a34eb8f 9
dae9f8e6
TS
10obj-$(CONFIG_ISDN_DRV_GIGASET) += gigaset.o
11obj-$(CONFIG_GIGASET_M105) += usb_gigaset.o
12obj-$(CONFIG_GIGASET_BASE) += bas_gigaset.o
13obj-$(CONFIG_GIGASET_M101) += ser_gigaset.o