Skip to content

Commit 27cac94

Browse files
author
Shuotian Cheng
authored
[Makefile]: Fix unmatched variable name ENABLE_SYNCD_RPC (#1032)
Signed-off-by: Shu0T1an ChenG <[email protected]>
1 parent 51ebdf4 commit 27cac94

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ SONIC_BUILD_INSTRUCTION := make \
5656
BUILD_NUMBER=$(BUILD_NUMBER) \
5757
ENABLE_DHCP_GRAPH_SERVICE=$(ENABLE_DHCP_GRAPH_SERVICE) \
5858
SHUTDOWN_BGP_ON_START=$(SHUTDOWN_BGP_ON_START) \
59-
SONIC_ENABLE_SYNCD_RPC=$(ENABLE_SYNCD_RPC) \
59+
ENABLE_SYNCD_RPC=$(ENABLE_SYNCD_RPC) \
6060
PASSWORD=$(PASSWORD) \
6161
USERNAME=$(USERNAME)
6262

slave.mk

-4
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ list :
5959
## Include other rules
6060
###############################################################################
6161

62-
ifeq ($(SONIC_ENABLE_SYNCD_RPC),y)
63-
ENABLE_SYNCD_RPC = y
64-
endif
65-
6662
include $(RULES_PATH)/config
6763
include $(RULES_PATH)/functions
6864
include $(RULES_PATH)/*.mk

0 commit comments

Comments
 (0)