File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -755,6 +755,9 @@ if(CONFIG_BT)
755755 if (CONFIG_SETTINGS_NONE)
756756 list (APPEND CSRCS ${SETTINGS_DIR} /settings_none.c)
757757 endif ()
758+ if (CONFIG_SETTINGS_ZBLUE)
759+ list (APPEND CSRCS ${SETTINGS_DIR} /settings_zblue.c)
760+ endif ()
758761 if (CONFIG_SETTINGS_SHELL)
759762 list (APPEND CSRCS ${SETTINGS_DIR} /settings_shell.c)
760763 endif ()
Original file line number Diff line number Diff line change @@ -701,6 +701,9 @@ ifeq ($(CONFIG_SETTINGS),y)
701701 ifeq ($(CONFIG_SETTINGS_NONE),y)
702702 CSRCS += $(SETTINGS_DIR ) /settings_none.c
703703 endif
704+ ifeq ($(CONFIG_SETTINGS_ZBLUE),y)
705+ CSRCS += $(SETTINGS_DIR ) /settings_zblue.c
706+ endif
704707 ifeq ($(CONFIG_SETTINGS_SHELL),y)
705708 CSRCS += $(SETTINGS_DIR ) /settings_shell.c
706709 endif
You can’t perform that action at this time.
0 commit comments