techpack: audio: Add support to load bengal configs
Change-Id: I1aab5aa94b0fe9a7f37c7b6203079f6dfdfd7e73 Co-authored-by: Gagan Malvi <malvi@aospa.co> Signed-off-by: starlight5234 <starlight5234@protonmail.ch>
This commit is contained in:
parent
d779107fa3
commit
1b60b4e4cc
1 changed files with 8 additions and 0 deletions
|
@ -17,6 +17,9 @@ endif
|
|||
ifeq ($(CONFIG_ARCH_SDM660), y)
|
||||
include $(srctree)/techpack/audio/config/sdm660auto.conf
|
||||
endif
|
||||
ifeq ($(CONFIG_ARCH_BENGAL), y)
|
||||
include $(srctree)/techpack/audio/config/bengalauto.conf
|
||||
endif
|
||||
|
||||
# Use USERINCLUDE when you must reference the UAPI directories only.
|
||||
USERINCLUDE += \
|
||||
|
@ -49,6 +52,11 @@ ifeq ($(CONFIG_ARCH_SDM660), y)
|
|||
LINUXINCLUDE += \
|
||||
-include $(srctree)/techpack/audio/config/sdm660autoconf.h
|
||||
endif
|
||||
ifeq ($(CONFIG_ARCH_BENGAL), y)
|
||||
LINUXINCLUDE += \
|
||||
-include $(srctree)/techpack/audio/config/bengalautoconf.h
|
||||
endif
|
||||
|
||||
obj-y += soc/
|
||||
obj-y += dsp/
|
||||
obj-y += ipc/
|
||||
|
|
Loading…
Reference in a new issue