]> Git Repo - linux.git/blob - drivers/media/mc/Makefile
drm/i915/tgl/dsi: Gate the ddi clocks after pll mapping
[linux.git] / drivers / media / mc / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 mc-objs := mc-device.o mc-devnode.o mc-entity.o \
4            mc-request.o
5
6 ifeq ($(CONFIG_USB),y)
7         mc-objs += mc-dev-allocator.o
8 endif
9
10 obj-$(CONFIG_MEDIA_SUPPORT) += mc.o
This page took 0.037723 seconds and 4 git commands to generate.