sensors: fix Make.defs for bmm150
This commit is contained in:
parent
97371c5b45
commit
f4e650352e
1 changed files with 0 additions and 4 deletions
|
@ -174,10 +174,6 @@ else
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_SENSORS_BMM150),y)
|
|
||||||
CSRCS += bmm150.c
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_SENSORS_BMP180),y)
|
ifeq ($(CONFIG_SENSORS_BMP180),y)
|
||||||
CSRCS += bmp180_base.c
|
CSRCS += bmp180_base.c
|
||||||
ifeq ($(CONFIG_SENSORS_BMP180_UORB),y)
|
ifeq ($(CONFIG_SENSORS_BMP180_UORB),y)
|
||||||
|
|
Loading…
Reference in a new issue