Makefile (399B)
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 # 7 # Makefile for Triumph3 SOC driver Library 8 # 9 10 LOCALDIR = src/soc/esw/trident2 11 12 include ${SDK}/make/Make.config 13 14 lib = libsoc_trident2 15 16 include ${SDK}/make/Make.lib 17 include ${SDK}/make/Make.depend 18