HOME


Mini Shell 1.0
DIR:/usr/lib/modules/5.14.0-503.14.1.el9_5.x86_64/source/drivers/media/mc/
Upload File :
Current File : //usr/lib/modules/5.14.0-503.14.1.el9_5.x86_64/source/drivers/media/mc/Makefile
# SPDX-License-Identifier: GPL-2.0

mc-objs	:= mc-device.o mc-devnode.o mc-entity.o \
	   mc-request.o

ifneq ($(CONFIG_USB),)
	mc-objs += mc-dev-allocator.o
endif

obj-$(CONFIG_MEDIA_SUPPORT) += mc.o