Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215602
b: refs/heads/master
c: ef9d9b8
h: refs/heads/master
v: v3
  • Loading branch information
matt mooney authored and Jean Delvare committed Oct 24, 2010
1 parent a023b2d commit 0aa3516
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a8d7be818fbe0f8a4e7dc251712958ca369f9d45
refs/heads/master: ef9d9b8fb696850a95cd59ba2cd67991b6f722b3
4 changes: 1 addition & 3 deletions trunk/drivers/i2c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ obj-$(CONFIG_I2C_CHARDEV) += i2c-dev.o
obj-$(CONFIG_I2C_MUX) += i2c-mux.o
obj-y += algos/ busses/ muxes/

ifeq ($(CONFIG_I2C_DEBUG_CORE),y)
EXTRA_CFLAGS += -DDEBUG
endif
ccflags-$(CONFIG_I2C_DEBUG_CORE) := -DDEBUG
4 changes: 1 addition & 3 deletions trunk/drivers/i2c/algos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ obj-$(CONFIG_I2C_ALGOBIT) += i2c-algo-bit.o
obj-$(CONFIG_I2C_ALGOPCF) += i2c-algo-pcf.o
obj-$(CONFIG_I2C_ALGOPCA) += i2c-algo-pca.o

ifeq ($(CONFIG_I2C_DEBUG_ALGO),y)
EXTRA_CFLAGS += -DDEBUG
endif
ccflags-$(CONFIG_I2C_DEBUG_ALGO) := -DDEBUG
4 changes: 1 addition & 3 deletions trunk/drivers/i2c/busses/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,4 @@ obj-$(CONFIG_I2C_STUB) += i2c-stub.o
obj-$(CONFIG_SCx200_ACB) += scx200_acb.o
obj-$(CONFIG_SCx200_I2C) += scx200_i2c.o

ifeq ($(CONFIG_I2C_DEBUG_BUS),y)
EXTRA_CFLAGS += -DDEBUG
endif
ccflags-$(CONFIG_I2C_DEBUG_BUS) := -DDEBUG
4 changes: 1 addition & 3 deletions trunk/drivers/i2c/muxes/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@

obj-$(CONFIG_I2C_MUX_PCA954x) += pca954x.o

ifeq ($(CONFIG_I2C_DEBUG_BUS),y)
EXTRA_CFLAGS += -DDEBUG
endif
ccflags-$(CONFIG_I2C_DEBUG_BUS) := -DDEBUG

0 comments on commit 0aa3516

Please sign in to comment.