|
@@ -34,6 +34,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
|
|
|
ifeq ($(CONFIG_ARCH_LITO), y)
|
|
|
include $(AUDIO_ROOT)/config/litoauto.conf
|
|
|
export
|