Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 910e7b13 authored by LuK1337's avatar LuK1337 Committed by MajorP93
Browse files

input: misc: Select correct TOF sensor

Change-Id: I6c4053a3ac3768fa9f7bb907ead5b65f7b8ee9f7
parent 00b3c02e
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
$(warning, "wkj $(TARGET_PRODUCT)")
ifeq ($(TARGET_PRODUCT), kona)
ifeq ($(CONFIG_ARCH_KONA), y)
obj-$(CONFIG_STMVL53L1) += kona/
else ifeq ($(TARGET_PRODUCT), lito)
else ifeq ($(CONFIG_ARCH_LITO), y)
obj-$(CONFIG_STMVL53L1) += lito/
endif