Merge "ASoC: sdxlemur: Add support for new target compilation" into audio-kernel-5-4.lnx.1.0

This commit is contained in:
Linux Build Service Account
2020-10-20 23:13:16 -07:00
committed by Gerrit - the friendly Code Review server
commit 73a3066e99
23 muutettua tiedostoa jossa 1428 lisäystä ja 21 poistoa

Näytä tiedosto

@@ -88,6 +88,11 @@ ifeq ($(KERNEL_BUILD), 0)
export
INCS += -include $(AUDIO_ROOT)/config/gvmautoconf.h
endif
ifeq ($(CONFIG_ARCH_SDXLEMUR), y)
include $(AUDIO_ROOT)/config/sdxlemurauto.conf
export
INCS += -include $(AUDIO_ROOT)/config/sdxlemurautoconf.h
endif
endif
endif