Makefile (465B)
1 # 2 # This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. 3 # 4 # Copyright 2007-2019 Broadcom Inc. All rights reserved. 5 # 6 # Top level Makefile for Systems 7 # 8 9 include ${SDK}/make/Make.tools 10 -include ${SDK}/make/Make.local 11 12 ifeq ($(HOSTTYPE),i386-linux) 13 linux_dir=linux 14 endif 15 16 subdirs := vxworks sim ${linux_dir} 17 include ${SDK}/make/Make.subdirs 18 19 reldirs := vxworks sim 20 release: ${reldirs}