6132ae34fe
As part of migrating all Python-based package installers to wheel format rather than Debian packages. Also to allow for easily building a Python 3 version of the package in the near future. ledd and psud were converted in earlier PRs. This PR converts the remainder: - pcied - syseepromd - thermalctld - xcvrd
11 lines
528 B
Plaintext
11 lines
528 B
Plaintext
SPATH := $($(SONIC_THERMALCTLD)_SRC_PATH)
|
|
DEP_FILES := $(SONIC_COMMON_FILES_LIST) rules/sonic-thermalctld.mk rules/sonic-thermalctld.dep
|
|
DEP_FILES += $(SONIC_COMMON_BASE_FILES_LIST)
|
|
SMDEP_FILES := $(addprefix $(SPATH)/,$(shell cd $(SPATH) && git ls-files))
|
|
|
|
$(SONIC_THERMALCTLD)_CACHE_MODE := GIT_CONTENT_SHA
|
|
$(SONIC_THERMALCTLD)_DEP_FLAGS := $(SONIC_COMMON_FLAGS_LIST)
|
|
$(SONIC_THERMALCTLD)_DEP_FILES := $(DEP_FILES)
|
|
$(SONIC_THERMALCTLD)_SMDEP_FILES := $(SMDEP_FILES)
|
|
$(SONIC_THERMALCTLD)_SMDEP_PATHS := $(SPATH)
|