x86, apic: Fix spurious error interrupts triggering on all non-boot APs
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / i2c / algos / Makefile
blob18b3e962ec09cb0be81b38992a55823d3f1733e0
2 # Makefile for the i2c algorithms
5 obj-$(CONFIG_I2C_ALGOBIT) += i2c-algo-bit.o
6 obj-$(CONFIG_I2C_ALGOPCF) += i2c-algo-pcf.o
7 obj-$(CONFIG_I2C_ALGOPCA) += i2c-algo-pca.o
9 ifeq ($(CONFIG_I2C_DEBUG_ALGO),y)
10 EXTRA_CFLAGS += -DDEBUG
11 endif