Makefile (645B)
1 # 2 # 3 # This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. 4 # 5 # Copyright 2007-2019 Broadcom Inc. All rights reserved. 6 # Makefile for Tomahawk3 SOC driver Library 7 # 8 9 LOCALDIR = src/soc/esw/tomahawk3 10 11 include ${SDK}/make/Make.config 12 13 SUBDIR_TOMAHAWK3_INIT = init 14 SUBDIR_TOMAHAWK3_TRAFFICMNGR = traffic_manager 15 SUBDIR_TOMAHAWK3_FLEXPORT = flexport 16 17 subdirs := $(SUBDIR_TOMAHAWK3_INIT) $(SUBDIR_TOMAHAWK3_TRAFFICMNGR) $(SUBDIR_TOMAHAWK3_FLEXPORT) 18 19 lib = libsoc_tomahawk3 20 21 include ${SDK}/make/Make.subdirs 22 23 include ${SDK}/make/Make.lib 24 include ${SDK}/make/Make.depend 25