|
@@ -47,6 +47,10 @@ ifeq ($(KERNEL_BUILD), 0)
|
|
|
include $(AUDIO_ROOT)/config/konaauto.conf
|
|
|
INCS += -include $(AUDIO_ROOT)/config/konaautoconf.h
|
|
|
endif
|
|
|
+ ifeq ($(CONFIG_ARCH_WAIPIO), y)
|
|
|
+ include $(AUDIO_ROOT)/config/waipioauto.conf
|
|
|
+ INCS += -include $(AUDIO_ROOT)/config/waipioautoconf.h
|
|
|
+ endif
|
|
|
ifeq ($(CONFIG_ARCH_LITO), y)
|
|
|
include $(AUDIO_ROOT)/config/litoauto.conf
|
|
|
export
|
|
@@ -151,9 +155,6 @@ CDEFINES += -DANI_LITTLE_BYTE_ENDIAN \
|
|
|
|
|
|
KBUILD_CPPFLAGS += $(CDEFINES)
|
|
|
|
|
|
-ifeq ($(KERNEL_BUILD), 0)
|
|
|
-KBUILD_EXTRA_SYMBOLS +=$(OUT)/obj/vendor/qcom/opensource/audio-kernel/dsp/Module.symvers
|
|
|
-endif
|
|
|
|
|
|
# Currently, for versions of gcc which support it, the kernel Makefile
|
|
|
# is disabling the maybe-uninitialized warning. Re-enable it for the
|