brintos

brintos / linux-shallow public Read only

0
0
Text · 201 B · 2b7af42 Raw
11 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3mc-objs	:= mc-device.o mc-devnode.o mc-entity.o \4	   mc-request.o5 6ifneq ($(CONFIG_USB),)7	mc-objs += mc-dev-allocator.o8endif9 10obj-$(CONFIG_MEDIA_SUPPORT) += mc.o11