Merge "audio-kernel: Update Kbuild support for bengal"

This commit is contained in:
qctecmdr
2019-08-25 03:13:29 -07:00
committed by Gerrit - the friendly Code Review server
melakukan a8878c531d
8 mengubah file dengan 40 tambahan dan 0 penghapusan

Melihat File

@@ -33,6 +33,11 @@ ifeq ($(KERNEL_BUILD), 0)
export
INCS += -include $(AUDIO_ROOT)/config/litoautoconf.h
endif
ifeq ($(CONFIG_ARCH_BENGAL), y)
include $(AUDIO_ROOT)/config/litoauto.conf
export
INCS += -include $(AUDIO_ROOT)/config/litoautoconf.h
endif
ifeq ($(CONFIG_ARCH_SM8150), y)
include $(AUDIO_ROOT)/config/sm8150auto.conf
export