34ea91349c
* Single image * Fix review comments * Update syncd service. Add HW mgmt to Mellanox single image. * Add single image template for Broadcom platform. SKU should be provided during configure: make configure PLATFORM=broadcom SKU=Force10-S6000 * Add single image template for Cavium platform. SKU should be provided during configure: make configure PLATFORM=cavium SKU=AS7512 * Add description to sonic_debian_extension.j2 file.
11 lines
306 B
Makefile
11 lines
306 B
Makefile
include $(PLATFORM_PATH)/aboot-image.mk
|
|
include $(PLATFORM_PATH)/onie-image.mk
|
|
|
|
SONIC_ALL += $(DOCKER_DATABASE) \
|
|
$(DOCKER_LLDP_SV2) \
|
|
$(DOCKER_SNMP_SV2) \
|
|
$(DOCKER_PLATFORM_MONITOR) \
|
|
$(DOCKER_DHCP_RELAY) \
|
|
$(DOCKER_PTF) \
|
|
$(SONIC_GENERIC_ONIE_IMAGE)
|