blob: 119037f0e686dd6daf460c5532d3ba8c0d10652d [file] [log] [blame]
Hans Verkuilc612e54f2019-05-02 09:42:31 -04001# SPDX-License-Identifier: GPL-2.0
2
3mc-objs := mc-device.o mc-devnode.o mc-entity.o \
4 mc-request.o
5
6ifeq ($(CONFIG_USB),y)
7 mc-objs += mc-dev-allocator.o
8endif
9
10obj-$(CONFIG_MEDIA_SUPPORT) += mc.o