• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/algos/
1#
2# Makefile for the i2c algorithms
3#
4
5obj-$(CONFIG_I2C_ALGOBIT)	+= i2c-algo-bit.o
6obj-$(CONFIG_I2C_ALGOPCF)	+= i2c-algo-pcf.o
7obj-$(CONFIG_I2C_ALGOPCA)	+= i2c-algo-pca.o
8
9ifeq ($(CONFIG_I2C_DEBUG_ALGO),y)
10EXTRA_CFLAGS += -DDEBUG
11endif
12