Explorar el Código

Merge "audio-kernel: Assign target name msmsteppe for sm6150"

Linux Build Service Account hace 6 años
padre
commit
d7e53dd044
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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