LIS331DL driver: Correct build dependency. Sourceforge ticket #41 from Kosma Moczek
This commit is contained in:
parent
b6f264488a
commit
35e94a5be4
2 changed files with 3 additions and 1 deletions
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
ifeq ($(CONFIG_I2C),y)
|
||||
|
||||
ifeq ($(CONFIG_I2C_TRANSFER),y)
|
||||
ifeq ($(CONFIG_LIS331DL),y)
|
||||
CSRCS += lis331dl.c
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue