6bd17d4780
* [initramfs] Updated reuired tools for initramfs Signed-off-by: Antony Rheneus <arheneus@marvell.com> * [initramfs] Updated required tools for initramfs Signed-off-by: Antony Rheneus <arheneus@marvell.com> * [Platform] [Marvell] Platform specific debian package for et6448m device Signed-off-by: Antony Rheneus <arheneus@marvell.com> * Removed auto-generated files Signed-off-by: Antony Rheneus <arheneus@marvell.com> * [initramfs] Added mtd and uboot firmware tools package required for arm arch Its been enabled to all arch including amd64 Signed-off-by: Antony Rheneus <arheneus@marvell.com> * [initramfs] Added mtd and uboot firmware tools package required for arm arch Its been enabled to all arch including amd64 Signed-off-by: Antony Rheneus <arheneus@marvell.com> * [initramfs] Marvell arm modules update and platform config update Signed-off-by: Antony Rheneus <arheneus@marvell.com> * [iniramfs] add initramfs uboot-utils hook script only for ARM Signed-off-by: Antony Rheneus <arheneus@marvell.com>
24 lines
768 B
Makefile
24 lines
768 B
Makefile
#include $(PLATFORM_PATH)/sdk.mk
|
|
include $(PLATFORM_PATH)/sai.mk
|
|
include $(PLATFORM_PATH)/docker-syncd-mrvl.mk
|
|
include $(PLATFORM_PATH)/docker-syncd-mrvl-rpc.mk
|
|
include $(PLATFORM_PATH)/docker-saiserver-mrvl.mk
|
|
include $(PLATFORM_PATH)/libsaithrift-dev.mk
|
|
include $(PLATFORM_PATH)/docker-ptf-mrvl.mk
|
|
include $(PLATFORM_PATH)/one-image.mk
|
|
include $(PLATFORM_PATH)/linux-kernel-armhf.mk
|
|
include $(PLATFORM_PATH)/platform-et6448m.mk
|
|
|
|
ENABLE_SYSTEM_TELEMETRY = ""
|
|
ENABLE_SYNCD_RPC = ""
|
|
|
|
SONIC_ALL += $(SONIC_ONE_IMAGE) \
|
|
$(DOCKER_FPM)
|
|
#$(DOCKER_SYNCD_MRVL_RPC)
|
|
|
|
# Inject mrvl sai into sairedis
|
|
$(LIBSAIREDIS)_DEPENDS += $(MRVL_SAI) $(LIBSAITHRIFT_DEV_MRVL)
|
|
|
|
# Runtime dependency on mrvl sai is set only for syncd
|
|
$(SYNCD)_RDEPENDS += $(MRVL_SAI)
|