Skip to content

Commit

Permalink
[makefile]: Exclude p4 from building generic platform dockers (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuotian Cheng authored and lguohan committed Dec 23, 2016
1 parent a11593a commit e3b1268
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions platform/broadcom/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include $(PLATFORM_GENERIC_PATH)/rules.mk

include $(PLATFORM_PATH)/sdk.mk
include $(PLATFORM_PATH)/sai.mk
include $(PLATFORM_PATH)/docker-orchagent-brcm.mk
Expand Down
2 changes: 2 additions & 0 deletions platform/cavium/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include $(PLATFORM_GENERIC_PATH)/rules.mk

CAVM_LIBSAI = libsai.deb
$(CAVM_LIBSAI)_PATH = $(PLATFORM_PATH)/cavm_sdk
CAVM_SAI = sai.deb
Expand Down
2 changes: 2 additions & 0 deletions platform/mellanox/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include $(PLATFORM_GENERIC_PATH)/rules.mk

include $(PLATFORM_PATH)/sdk.mk
include $(PLATFORM_PATH)/fw.mk
include $(PLATFORM_PATH)/mft.mk
Expand Down
1 change: 0 additions & 1 deletion slave.mk
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ distclean : .platform clean
include $(RULES_PATH)/config
include $(RULES_PATH)/functions
include $(RULES_PATH)/*.mk
include $(PLATFORM_GENERIC_PATH)/rules.mk
ifneq ($(CONFIGURED_PLATFORM), undefined)
include $(PLATFORM_PATH)/rules.mk
endif
Expand Down

0 comments on commit e3b1268

Please sign in to comment.