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 (435B)


      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 portlib subdirectory
      8 #
      9 
     10 LOCALDIR = src/soc/cprimod
     11 
     12 include ${SDK}/make/Make.config
     13 
     14 subdirs := cpms
     15 include ${SDK}/make/Make.subdirs
     16 
     17 lib = libsoc_cprimod
     18 
     19 include ${SDK}/make/Make.lib
     20 
     21 include ${SDK}/make/Make.depend