Sfoglia il codice sorgente

audio: enable audio compilation for lahaina

Include lahaina kernel config definitions to enable
audio drivers compilation.

Change-Id: I4f910c2ebe2d2839fe49f50fcf96d0e4dc227a81
Signed-off-by: Vignesh Kulothungan <[email protected]>
Vignesh Kulothungan 5 anni fa
parent
commit
fb3a1bd924
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      Makefile

+ 7 - 0
Makefile

@@ -14,6 +14,9 @@ endif
 ifeq ($(CONFIG_ARCH_KONA), y)
 include $(srctree)/techpack/audio/config/konaauto.conf
 endif
+ifeq ($(CONFIG_ARCH_LAHAINA), y)
+include $(srctree)/techpack/audio/config/lahainaauto.conf
+endif
 
 # Use USERINCLUDE when you must reference the UAPI directories only.
 USERINCLUDE     += \
@@ -41,6 +44,10 @@ ifeq ($(CONFIG_ARCH_KONA), y)
 LINUXINCLUDE    += \
                 -include $(srctree)/techpack/audio/config/konaautoconf.h
 endif
+ifeq ($(CONFIG_ARCH_LAHAINA), y)
+LINUXINCLUDE    += \
+                -include $(srctree)/techpack/audio/config/lahainaautoconf.h
+endif
 
 obj-y += soc/
 obj-y += dsp/