Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10
# SPDX-License-Identifier: GPL-2.0 mc-objs := mc-device.o mc-devnode.o mc-entity.o \ mc-request.o ifeq ($([31mCONFIG_USB[0m),y) mc-objs += mc-dev-allocator.o endif obj-$([31mCONFIG_MEDIA_SUPPORT[0m) += mc.o