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:
parent
2e628184b9
commit
ddb6e41cd4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue