blob: b164fe6a0dfae13f533409e9bfd6a789ebe5bd28 (
plain) (
blame)
1
2
3
4
5
6
7
|
include $(srctree)/drivers/misc/mediatek/Makefile.custom
# In case the platform does NOT support this type of sensors
obj-y += barometer.o barometer_factory.o
ifeq ($(CONFIG_MTK_BMP180_NEW),y)
obj-y += BMP180-new/
endif
|