Skip to content

Commit

Permalink
Add docker-p4 to all tagets for p4 platform (#107)
Browse files Browse the repository at this point in the history
Add dependency on p4 switch for libsairedis
  • Loading branch information
marian-pritsak authored and lguohan committed Dec 8, 2016
1 parent c42a54d commit 44265fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions platform/p4/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ include $(PLATFORM_PATH)/p4-hlir.mk
include $(PLATFORM_PATH)/p4c-bm.mk
include $(PLATFORM_PATH)/tenjin.mk
include $(PLATFORM_PATH)/docker-sonic-p4.mk

SONIC_ALL += $(DOCKER_SONIC_P4)

$(LIBSAIREDIS)_DEPENDS += $(P4_SWITCH)
$(LIBSAIREDIS)_RDEPENDS += $(P4_SWITCH)

0 comments on commit 44265fc

Please sign in to comment.