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:

committed by
Gerrit - the friendly Code Review server

부모
367ed73748
커밋
1ed2ece8c4
@@ -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:
|
||||
|
Reference in New Issue
Block a user