Browse Source

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 <[email protected]>
Change-Id: I0f3ec299b28b7dfd9f8ac9985eea0c22a4611f9e
Ramprasad Katkam 6 years ago
parent
commit
ddb6e41cd4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      asoc/Android.mk

+ 1 - 1
asoc/Android.mk

@@ -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