Makefile (4f2c0a4acffbec01079c28f839422e64ddeff004) Makefile (39d08ab979b7995d22dd6b3ce74d3179f02847a1)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the kernel multimedia device drivers.
4#
5
6# Please keep it alphabetically sorted by directory
7# (e. g. LC_ALL=C sort Makefile)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the kernel multimedia device drivers.
4#
5
6# Please keep it alphabetically sorted by directory
7# (e. g. LC_ALL=C sort Makefile)
8obj-y += b2c2/ \
8obj-y += ttpci/ \
9 b2c2/ \
9 pluto2/ \
10 dm1105/ \
11 pt1/ \
12 pt3/ \
13 mantis/ \
14 ngene/ \
15 ddbridge/ \
10 pluto2/ \
11 dm1105/ \
12 pt1/ \
13 pt3/ \
14 mantis/ \
15 ngene/ \
16 ddbridge/ \
17 saa7146/ \
16 smipcie/ \
17 netup_unidvb/ \
18 intel/
19
20# Please keep it alphabetically sorted by Kconfig name
21# (e. g. LC_ALL=C sort Makefile)
22
23obj-$(CONFIG_STA2X11_VIP) += sta2x11/

--- 16 unchanged lines hidden ---
18 smipcie/ \
19 netup_unidvb/ \
20 intel/
21
22# Please keep it alphabetically sorted by Kconfig name
23# (e. g. LC_ALL=C sort Makefile)
24
25obj-$(CONFIG_STA2X11_VIP) += sta2x11/

--- 16 unchanged lines hidden ---