Files
linux-legacy/drivers/i2c-slave/Makefile
Rob Herring be0524d38f ENGR00117389 Port 5.0.0 release to 2.6.31
This is i.MX BSP 5.0.0 release ported to 2.6.31

Signed-off-by: Rob Herring <r.herring@freescale.com>
Signed-off-by: Alan Tull <r80115@freescale.com>
Signed-off-by: Xinyu Chen <xinyu.chen@freescale.com>
2010-08-10 11:44:41 -05:00

9 lines
259 B
Makefile

#
# 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