Makefile (474B)
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 phy/tscmod/src subdirectory 8 # 9 LOCALDIR = src/soc/phy/tscmod/src 10 11 include ${SDK}/make/Make.config 12 13 INCDIR += -I${SDK}/src/soc/phy/tscmod/include 14 INCDIR += -I${SDK}/src/soc/phy 15 16 lib = libsoc_tscmod 17 include ${SDK}/make/Make.lib 18 19 include ${SDK}/make/Make.depend