Makefile (0898782247ae533d1f4e47a06bc5d4870931b284) | Makefile (50e7a31d30e8221632675abed3be306382324ca2) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2 3mc-objs := mc-device.o mc-devnode.o mc-entity.o \ 4 mc-request.o 5 | 1# 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) | 6ifneq ($(CONFIG_USB),) |
7 mc-objs += mc-dev-allocator.o 8endif 9 10obj-$(CONFIG_MEDIA_SUPPORT) += mc.o | 7 mc-objs += mc-dev-allocator.o 8endif 9 10obj-$(CONFIG_MEDIA_SUPPORT) += mc.o |