| 41 | | ifneq ($(shell if grep -q '^CONFIG_I2C_ALGOBITHS=y' $(LINUX)/.config; then echo 1; fi),1) |
| 42 | | KERNELTARGETS += $(MODULE_DIR)/i2c-algo-biths.o |
| 43 | | KERNELINCLUDES += $(MODULE_DIR)/i2c-algo-biths.h |
| 44 | | endif |
| | 41 | # i2c-algo-biths is no more compiled by default, as it has no users and |
| | 42 | # has caused more trouble than was worth. |
| | 43 | #ifneq ($(shell if grep -q '^CONFIG_I2C_ALGOBITHS=y' $(LINUX)/.config; then echo 1; fi),1) |
| | 44 | #KERNELTARGETS += $(MODULE_DIR)/i2c-algo-biths.o |
| | 45 | #KERNELINCLUDES += $(MODULE_DIR)/i2c-algo-biths.h |
| | 46 | #endif |