• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2obj-$(CONFIG_MOST_I2C) += most_i2c.o
3
4most_i2c-objs := i2c.o
5ccflags-y += -I $(srctree)/drivers/staging/
6