summaryrefslogtreecommitdiff
path: root/common/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common/build.mk')
-rw-r--r--common/build.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/build.mk b/common/build.mk
index d00a7f8bb1..25dbce2333 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -215,9 +215,11 @@ common-$(CONFIG_AUDIO_CODEC_WOV)+=hotword_dsp_api.o
endif
ifneq ($(CONFIG_COMMON_RUNTIME),)
+ifneq ($(CONFIG_DFU_BOOTMANAGER_MAIN),ro)
common-$(CONFIG_MALLOC)+=shmalloc.o
common-$(call not_cfg,$(CONFIG_MALLOC))+=shared_mem.o
endif
+endif
ifeq ($(CTS_MODULE),)
common-$(TEST_BUILD)+=test_util.o