Skip to content

Commit a401ee7

Browse files
authored
[build]: do not override ENABLE_SYNCD_RPC in rules/config (#2151)
Signed-off-by: Guohan Lu <[email protected]>
1 parent 36ca171 commit a401ee7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Makefile.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ SONIC_BUILD_INSTRUCTION := make \
9494
ENABLE_DHCP_GRAPH_SERVICE=$(ENABLE_DHCP_GRAPH_SERVICE) \
9595
SHUTDOWN_BGP_ON_START=$(SHUTDOWN_BGP_ON_START) \
9696
SONIC_ENABLE_PFCWD_ON_START=$(ENABLE_PFCWD_ON_START) \
97-
ENABLE_SYNCD_RPC=$(ENABLE_SYNCD_RPC) \
97+
SONIC_ENABLE_SYNCD_RPC=$(ENABLE_SYNCD_RPC) \
9898
PASSWORD=$(PASSWORD) \
9999
USERNAME=$(USERNAME) \
100100
SONIC_BUILD_JOBS=$(SONIC_BUILD_JOBS) \

slave.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ ifeq ($(SONIC_ENABLE_SYSTEM_TELEMETRY),y)
7070
ENABLE_SYSTEM_TELEMETRY = y
7171
endif
7272

73+
ifeq ($(SONIC_ENABLE_SYNCD_RPC),y)
74+
ENABLE_SYNCD_RPC = y
75+
endif
76+
7377
include $(RULES_PATH)/config
7478
include $(RULES_PATH)/functions
7579
include $(RULES_PATH)/*.mk

0 commit comments

Comments
 (0)