LIS331DL driver: Correct build dependency. Sourceforge ticket #41 from Kosma Moczek

This commit is contained in:
Gregory Nutt 2014-05-08 07:39:10 -06:00
parent b6f264488a
commit 35e94a5be4
2 changed files with 3 additions and 1 deletions

View File

@ -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).

View File

@ -38,7 +38,7 @@
ifeq ($(CONFIG_I2C),y)
ifeq ($(CONFIG_I2C_TRANSFER),y)
ifeq ($(CONFIG_LIS331DL),y)
CSRCS += lis331dl.c
endif