Skip to content

Commit

Permalink
Update slave.mk
Browse files Browse the repository at this point in the history
fix SONIC_ENABLE_KDUMP
  • Loading branch information
sun-siyuan committed Aug 20, 2019
1 parent f110ad9 commit 8d723c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slave.mk
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ $(addprefix $(TARGET_PATH)/, $(SONIC_INSTALLERS)) : $(TARGET_PATH)/% : \
export platform_common_py2_wheel_path="$(addprefix $(PYTHON_WHEELS_PATH)/,$(SONIC_PLATFORM_COMMON_PY2))"
export redis_dump_load_py2_wheel_path="$(addprefix $(PYTHON_WHEELS_PATH)/,$(REDIS_DUMP_LOAD_PY2))"
export install_debug_image="$(INSTALL_DEBUG_TOOLS)"
export sonic_kdump_enable="$(SONIC_KDUMP_ENABLE)"
export sonic_kdump_enable="$(SONIC_ENABLE_KDUMP)"

$(foreach docker, $($*_DOCKERS),\
export docker_image="$(docker)"
Expand Down

0 comments on commit 8d723c5

Please sign in to comment.