13d0407baSopenharmony_ci# SPDX-License-Identifier: GPL-2.0 23d0407baSopenharmony_ci# Makefile for the kernel vendor multimedia device drivers. 33d0407baSopenharmony_ci# 43d0407baSopenharmony_ci# 53d0407baSopenharmony_ci 63d0407baSopenharmony_ci# I2C drivers should come before other drivers, otherwise they'll fail 73d0407baSopenharmony_ci# when compiled as builtin drivers 83d0407baSopenharmony_ciobj-y += i2c/ 93d0407baSopenharmony_ci 103d0407baSopenharmony_ci# Finally, merge the drivers that require the core 113d0407baSopenharmony_ciobj-y += platform/ 123d0407baSopenharmony_ci 133d0407baSopenharmony_ci 14