Skip to content

Commit

Permalink
Disable some Marvell components to get build working
Browse files Browse the repository at this point in the history
Signed-off-by: Saikrishna Arcot <[email protected]>
  • Loading branch information
saiarcot895 committed Oct 1, 2023
1 parent b7920d1 commit f425036
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions platform/marvell-arm64/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ include $(PLATFORM_PATH)/docker-syncd-mrvl-rpc.mk
include $(PLATFORM_PATH)/docker-saiserver-mrvl.mk
include $(PLATFORM_PATH)/libsaithrift-dev.mk
include $(PLATFORM_PATH)/one-image.mk
include $(PLATFORM_PATH)/prestera.mk
include $(PLATFORM_PATH)/platform-nokia.mk
# TODO: update for bookworm
#include $(PLATFORM_PATH)/prestera.mk
#include $(PLATFORM_PATH)/platform-nokia.mk

SONIC_ALL += $(SONIC_ONE_IMAGE) \
$(DOCKER_FPM) \
Expand Down
3 changes: 2 additions & 1 deletion platform/marvell-armhf/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ include $(PLATFORM_PATH)/libsaithrift-dev.mk
include $(PLATFORM_PATH)/one-image.mk
include $(PLATFORM_PATH)/platform-et6448m.mk
include $(PLATFORM_PATH)/platform-nokia.mk
include $(PLATFORM_PATH)/prestera.mk
# TODO: update for bookworm
#include $(PLATFORM_PATH)/prestera.mk

ENABLE_SYNCD_RPC = ""
INCLUDE_MGMT_FRAMEWORK = ""
Expand Down

0 comments on commit f425036

Please sign in to comment.