Merge tag 'sparc-for-6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/alars...
[linux-2.6-microblaze.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 ifneq ($(CONFIG_USB),)
7         mc-objs += mc-dev-allocator.o
8 endif
9
10 obj-$(CONFIG_MEDIA_SUPPORT) += mc.o