0a70571011
Backport thermal control feature from master branch to 201911 branch by cherry-picking commits and manually resolving conflicts.
7 lines
321 B
Makefile
7 lines
321 B
Makefile
# sonic-thermalctld (SONiC Thermal control daemon) Debian package
|
|
|
|
SONIC_THERMALCTLD = python-sonic-thermalctld_1.0-1_all.deb
|
|
$(SONIC_THERMALCTLD)_SRC_PATH = $(SRC_PATH)/sonic-platform-daemons/sonic-thermalctld
|
|
$(SONIC_THERMALCTLD)_WHEEL_DEPENDS = $(SONIC_DAEMON_BASE_PY2)
|
|
SONIC_PYTHON_STDEB_DEBS += $(SONIC_THERMALCTLD)
|