瀏覽代碼

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 年之前
父節點
當前提交
ddb6e41cd4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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