mirror of
				https://github.com/Telecominfraproject/ols-nos.git
				synced 2025-10-30 17:48:09 +00:00 
			
		
		
		
	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:
		| @@ -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_FILES_LIST) rules/sonic-pcied.mk rules/sonic-pcied.dep | ||||||
| DEP_FILES+= $(SONIC_COMMON_BASE_FILES_LIST) | DEP_FILES+= $(SONIC_COMMON_BASE_FILES_LIST) | ||||||
| SMDEP_FILES:= $(addprefix $(SPATH)/,$(shell cd $(SPATH) && git ls-files)) | SMDEP_FILES:= $(addprefix $(SPATH)/,$(shell cd $(SPATH) && git ls-files)) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Saikrishna Arcot
					Saikrishna Arcot