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

Commit 73fc28fd authored by Faiz Nabi Kuchay's avatar Faiz Nabi Kuchay Committed by Gerrit - the friendly Code Review server
Browse files

Use proper TARGET_SUPPORT entry for sxr2130

Add proper TARGET_SUPPORT entry for sxr2130 to compile all required dlkms.

Change-Id: I68597efe2f8c0f88cffa124bd8d0bcfc4465cd6b
parent 4315848f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ obj-m += asoc/codecs/bolero/
obj-m += asoc/codecs/wcd937x/
endif

ifeq ($(TARGET_SUPPORT), qrb5165)
ifeq ($(TARGET_SUPPORT), $(filter $(TARGET_SUPPORT), qrb5165, sxr2130))
obj-m += asoc/codecs/bolero/
obj-m += asoc/codecs/wcd938x/
endif
@@ -64,7 +64,7 @@ endif
ifeq ($(TARGET_SUPPORT), $(filter $(TARGET_SUPPORT), sa6155))
KBUILD_OPTIONS += CONFIG_SND_SOC_SA6155=m
endif
ifeq ($(TARGET_SUPPORT), $(filter $(TARGET_SUPPORT), qrb5165))
ifeq ($(TARGET_SUPPORT), $(filter $(TARGET_SUPPORT), qrb5165, sxr2130))
KBUILD_OPTIONS += CONFIG_SND_SOC_KONA=m
endif
endif