File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ SONIC_BUILD_INSTRUCTION := make \
279279 SONIC_ENABLE_IMAGE_SIGNATURE=$(ENABLE_IMAGE_SIGNATURE) \
280280 ENABLE_HOST_SERVICE_ON_START=$(ENABLE_HOST_SERVICE_ON_START) \
281281 SLAVE_DIR=$(SLAVE_DIR) \
282- BUILD_MKVM =$(BUILD_MKVM ) \
282+ BUILD_MULTIASIC_KVM =$(BUILD_MULTIASIC_KVM ) \
283283 $(SONIC_OVERRIDE_BUILD_VARS)
284284
285285.PHONY: sonic-slave-build sonic-slave-bash init reset
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ elif [ "$IMAGE_TYPE" = "kvm" ]; then
137137 generate_onie_installer_image
138138 # Generate single asic KVM image
139139 generate_kvm_image
140- if [ " $BUILD_MKVM " == " y" ]; then
140+ if [ " $BUILD_MULTIASIC_KVM " == " y" ]; then
141141 # Genrate 4-asic KVM image
142142 generate_kvm_image 4
143143 # Generate 6-asic KVM image
You can’t perform that action at this time.
0 commit comments