1# SPDX-License-Identifier: GPL-2.0 2# Makefile for the kernel vendor multimedia device drivers. 3# 4# 5 6# I2C drivers should come before other drivers, otherwise they'll fail 7# when compiled as builtin drivers 8obj-y += i2c/ 9 10# Finally, merge the drivers that require the core 11obj-y += platform/ 12 13 14