audio_kernel: Enable audio kernel compilation for blair platform

Updated make files in audio_kernel to support blair platform.

Change-Id: I00c832875fc4558580e22825e9a72305e05ae409
This commit is contained in:
Karishma Tekade
2023-05-02 13:45:05 +05:30
committed by Gerrit - the friendly Code Review server
부모 367ed73748
커밋 1ed2ece8c4
8개의 변경된 파일64개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@@ -40,6 +40,14 @@ ifeq ($(KERNEL_BUILD), 0)
include $(AUDIO_ROOT)/config/waipioauto.conf
INCS += -include $(AUDIO_ROOT)/config/waipioautoconf.h
endif
ifeq ($(CONFIG_ARCH_HOLI), y)
include $(AUDIO_ROOT)/config/holiauto.conf
INCS += -include $(AUDIO_ROOT)/config/holiautoconf.h
endif
ifeq ($(CONFIG_ARCH_BLAIR), y)
include $(AUDIO_ROOT)/config/holiauto.conf
INCS += -include $(AUDIO_ROOT)/config/holiautoconf.h
endif
endif
# As per target team, build is done as follows: