openbcm

Git mirror of https://github.com/Broadcom-Network-Switching-Software/OpenBCM
git clone git://git.finwo.net/mirror/broadcom/openbcm
Log | Files | Refs | README

Makefile (921B)


      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 LOCALDIR = src/appl/diag/esw/techsupport
      7 
      8 include ${SDK}/make/Make.config
      9 
     10 subdirs := basic \
     11            l3uc \
     12            l3mc \
     13            mpls \
     14            mmu \
     15            oam \
     16            niv \
     17            riot \
     18            vlan \
     19            ifp \
     20            vfp \
     21            efp \
     22            cos \
     23            loadbalance \
     24            vxlan \
     25            dgm \
     26            tcb \
     27            pstat \
     28            fflow \
     29            phy \
     30            ledup \
     31            cmic \
     32            visibility\
     33            warmboot
     34 subdirs += etrap
     35 subdirs += int
     36 subdirs += histogram
     37 subdirs += alpm
     38 subdirs += cancun
     39 
     40 include ${SDK}/make/Make.subdirs
     41 
     42 lib = libtechsupport
     43 
     44 include ${SDK}/make/Make.lib
     45 
     46 include ${SDK}/make/Make.depend