diff --git a/ChangeLog b/ChangeLog index f6732216b0..f40dda3acc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7304,3 +7304,5 @@ Framework to support Pascal P-Code as a binary format. At present this logic is incomplete and really nothing more than a thought experiment to determine the feasibility of the P-code binary format (2014-5-7). + * drivers/sensors/Make.defs: Correct build dependency. Sourceforge + ticket #41 from Kosma Moczek (2014-8-14). diff --git a/drivers/sensors/Make.defs b/drivers/sensors/Make.defs index 1713edb994..f6e2f94b6b 100644 --- a/drivers/sensors/Make.defs +++ b/drivers/sensors/Make.defs @@ -38,7 +38,7 @@ ifeq ($(CONFIG_I2C),y) -ifeq ($(CONFIG_I2C_TRANSFER),y) +ifeq ($(CONFIG_LIS331DL),y) CSRCS += lis331dl.c endif