https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 8b70eb8a42b339eb483dc776e3a091b142789c37 authored by Jason Self on 09 May 2011, 22:16:31 UTC
Linux-libre 2.6.38.6-gnu1
Tip revision: 8b70eb8
Makefile
#
# Makefile for the i2c core.
#

obj-$(CONFIG_I2C_BOARDINFO)	+= i2c-boardinfo.o
obj-$(CONFIG_I2C)		+= i2c-core.o
obj-$(CONFIG_I2C_SMBUS)		+= i2c-smbus.o
obj-$(CONFIG_I2C_CHARDEV)	+= i2c-dev.o
obj-$(CONFIG_I2C_MUX)		+= i2c-mux.o
obj-y				+= algos/ busses/ muxes/

ccflags-$(CONFIG_I2C_DEBUG_CORE) := -DDEBUG
back to top