2522565e15
The work on Arista 7170 was originally submitted under platform/p4. Since the platform/barefoot was recently introduced, this is where this platform support needs to go. Signed-off-by: Samuel Angebault <staphylo@arista.com>
15 lines
488 B
Makefile
15 lines
488 B
Makefile
# include $(PLATFORM_PATH)/p4-softswitch.mk
|
|
include $(PLATFORM_PATH)/tenjin.mk
|
|
include $(PLATFORM_PATH)/p4-hlir.mk
|
|
include $(PLATFORM_PATH)/p4c-bm.mk
|
|
# include $(PLATFORM_PATH)/p4-sai-bm.mk
|
|
include $(PLATFORM_PATH)/p4-bmv.mk
|
|
include $(PLATFORM_PATH)/p4-switch.mk
|
|
include $(PLATFORM_PATH)/docker-sonic-p4.mk
|
|
include $(PLATFORM_PATH)/libsaithrift-dev.mk
|
|
|
|
SONIC_ALL += $(DOCKER_SONIC_P4)
|
|
|
|
$(LIBSAIREDIS)_DEPENDS += $(P4_SWITCH) $(LIBSAITHRIFT_DEV_P4)
|
|
$(LIBSAIREDIS)_RDEPENDS += $(P4_SWITCH)
|