Change source path for sonic-pcied to use Python 3 variable (#10676)
Python 2 support for sonic-pcied was removed, and the Python 2 version of the variable no longer exists. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
This commit is contained in:
parent
05c6488029
commit
7104664c05
@ -1,4 +1,4 @@
|
||||
SPATH:= $($(SONIC_PCIED_PY2)_SRC_PATH)
|
||||
SPATH:= $($(SONIC_PCIED_PY3)_SRC_PATH)
|
||||
DEP_FILES:= $(SONIC_COMMON_FILES_LIST) rules/sonic-pcied.mk rules/sonic-pcied.dep
|
||||
DEP_FILES+= $(SONIC_COMMON_BASE_FILES_LIST)
|
||||
SMDEP_FILES:= $(addprefix $(SPATH)/,$(shell cd $(SPATH) && git ls-files))
|
||||
|
Loading…
Reference in New Issue
Block a user