LIS331DL driver: Correct build dependency. Sourceforge ticket #41 from Kosma Moczek
This commit is contained in:
parent
b6f264488a
commit
35e94a5be4
@ -7304,3 +7304,5 @@
|
|||||||
Framework to support Pascal P-Code as a binary format. At present this
|
Framework to support Pascal P-Code as a binary format. At present this
|
||||||
logic is incomplete and really nothing more than a thought experiment
|
logic is incomplete and really nothing more than a thought experiment
|
||||||
to determine the feasibility of the P-code binary format (2014-5-7).
|
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).
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
ifeq ($(CONFIG_I2C),y)
|
ifeq ($(CONFIG_I2C),y)
|
||||||
|
|
||||||
ifeq ($(CONFIG_I2C_TRANSFER),y)
|
ifeq ($(CONFIG_LIS331DL),y)
|
||||||
CSRCS += lis331dl.c
|
CSRCS += lis331dl.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user