https://jxself.org/git/linux-libre.git
Raw File
Tip revision: b5d21bfb591e616c50a93b595849cf049555d2db authored by Jason Self on 25 January 2012, 22:21:50 UTC
Linux-libre 2.6.32.55-gnu1
Tip revision: b5d21bf
Makefile
#
# Makefile for the i2c core.
#

obj-$(CONFIG_I2C_BOARDINFO)	+= i2c-boardinfo.o
obj-$(CONFIG_I2C)		+= i2c-core.o
obj-$(CONFIG_I2C_CHARDEV)	+= i2c-dev.o
obj-y				+= busses/ chips/ algos/

ifeq ($(CONFIG_I2C_DEBUG_CORE),y)
EXTRA_CFLAGS += -DDEBUG
endif
back to top