Makefile 201 B

12345678910
  1. # SPDX-License-Identifier: GPL-2.0
  2. mc-objs := mc-device.o mc-devnode.o mc-entity.o \
  3. mc-request.o
  4. ifneq ($(CONFIG_USB),)
  5. mc-objs += mc-dev-allocator.o
  6. endif
  7. obj-$(CONFIG_MEDIA_SUPPORT) += mc.o