summaryrefslogtreecommitdiff
path: root/drivers/i2c-slave/Makefile
blob: a7b08c919af9ff8757cda9d5923a14601cec3c84 (plain)
1
2
3
4
5
6
7
8
#
# Makefile for the i2c slave.
#

i2c_slave-objs := i2c_slave_ring_buffer.o i2c_slave_device.o i2c_slave_core.o
obj-$(CONFIG_I2C_SLAVE_CORE)	+= i2c_slave.o
obj-$(CONFIG_MXC_I2C_SLAVE)		+= mxc_i2c_slave.o
obj-$(CONFIG_I2C_SLAVE_CLIENT)		+= i2c_slave_client.o