|
@@ -10,6 +10,10 @@ ifeq ($(call is-board-platform, kalama),true)
|
|
|
AUDIO_SELECT := CONFIG_SND_SOC_KALAMA=m
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(ENABLE_AUDIO_LEGACY_TECHPACK),true)
|
|
|
+include $(call all-subdir-makefiles)
|
|
|
+endif
|
|
|
+
|
|
|
# Build/Package only in case of supported target
|
|
|
ifeq ($(call is-board-platform-in-list,taro kalama), true)
|
|
|
|