audio-kernel: Assign target name msmsteppe for sm6150

Use msmsteppe target name instead of macro as macro
cannot be used in target rc file.

Signed-off-by: Ramprasad Katkam <katkam@codeaurora.org>
Change-Id: I0f3ec299b28b7dfd9f8ac9985eea0c22a4611f9e
This commit is contained in:
Ramprasad Katkam 2018-08-09 18:21:34 +05:30
parent 2e628184b9
commit ddb6e41cd4

View file

@ -19,7 +19,7 @@ AUDIO_SELECT := CONFIG_SND_SOC_SM8150=m
endif
ifeq ($(call is-board-platform,$(MSMSTEPPE)),true)
TARGET := $(MSMSTEPPE)
TARGET := talos
AUDIO_SELECT := CONFIG_SND_SOC_SM6150=m
endif