1786a3389d
* rename single image to one image
9 lines
336 B
Makefile
9 lines
336 B
Makefile
# sonic mellanox one image installer
|
|
|
|
SONIC_ONE_IMAGE = sonic-mellanox.bin
|
|
$(SONIC_ONE_IMAGE)_MACHINE = mellanox
|
|
$(SONIC_ONE_IMAGE)_IMAGE_TYPE = onie
|
|
$(SONIC_ONE_IMAGE)_DEPENDS += $(SX_KERNEL) $(KERNEL_MFT) $(MFT) $(MLNX_HW_MANAGEMENT)
|
|
$(SONIC_ONE_IMAGE)_DOCKERS += $(SONIC_INSTALL_DOCKER_IMAGES)
|
|
SONIC_INSTALLERS += $(SONIC_ONE_IMAGE)
|