Skip to content

Commit 8d11166

Browse files
Fix build parameter.
Signed-off-by: Suvarna Meenakshi <sumeenak@microsoft.com>
1 parent 6dfa52b commit 8d11166

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

build_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)