techpack: audio: Setup build makefiles for bengal
Signed-off-by: electimon <electimon@gmail.com> Change-Id: I796eddf9edb1c201ca5583aa6f68ff96048fcdcd
This commit is contained in:
committed by
Michael Bestas
parent
bdb4750f79
commit
86c136bc40
@@ -19,6 +19,10 @@ ifeq ($(CONFIG_ARCH_LITO), y)
|
||||
include $(srctree)/techpack/audio/config/litoauto.conf
|
||||
export $(shell sed 's/=.*//' $(srctree)/techpack/audio/config/litoauto.conf)
|
||||
endif
|
||||
ifeq ($(CONFIG_ARCH_BENGAL), y)
|
||||
include $(srctree)/techpack/audio/config/bengalauto.conf
|
||||
export $(shell sed 's/=.*//' $(srctree)/techpack/audio/config/bengalauto.conf)
|
||||
endif
|
||||
ifeq ($(CONFIG_ARCH_SDM660), y)
|
||||
include $(srctree)/techpack/audio/config/sdm660auto.conf
|
||||
export $(shell sed 's/=.*//' $(srctree)/techpack/audio/config/sdm660auto.conf)
|
||||
@@ -55,6 +59,10 @@ ifeq ($(CONFIG_ARCH_LITO), y)
|
||||
LINUXINCLUDE += \
|
||||
-include $(srctree)/techpack/audio/config/litoautoconf.h
|
||||
endif
|
||||
ifeq ($(CONFIG_ARCH_BENGAL), y)
|
||||
LINUXINCLUDE += \
|
||||
-include $(srctree)/techpack/audio/config/bengalautoconf.h
|
||||
endif
|
||||
ifeq ($(CONFIG_ARCH_SDM660), y)
|
||||
LINUXINCLUDE += \
|
||||
-include $(srctree)/techpack/audio/config/sdm660autoconf.h
|
||||
|
||||
Reference in New Issue
Block a user