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