|
@@ -31,6 +31,11 @@ ifeq ($(KERNEL_BUILD), 0)
|
|
|
export
|
|
|
INCS += -include $(AUDIO_ROOT)/config/bengalautoconf.h
|
|
|
endif
|
|
|
+ ifeq ($(CONFIG_ARCH_LITO), y)
|
|
|
+ include $(AUDIO_ROOT)/config/litoauto.conf
|
|
|
+ export
|
|
|
+ INCS += -include $(AUDIO_ROOT)/config/litoautoconf.h
|
|
|
+ endif
|
|
|
endif
|
|
|
|
|
|
# As per target team, build is done as follows:
|