# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the twi drivers.
#

obj-$(CONFIG_AW_TWI)		+= twi-sunxi.o
ccflags-$(CONFIG_AW_TWI_DYNAMIC_DEBUG) := -DDYNAMIC_DEBUG_MODULE
