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


      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 # Makefile for SOC SAL support
      7 #
      8 LOCALDIR = src/sal/core
      9 
     10 include ${SDK}/make/Make.config
     11 
     12 subdirs=${targetbase}
     13 include ${SDK}/make/Make.subdirs
     14 
     15 lib = libsal_core
     16 include ${SDK}/make/Make.lib
     17 
     18 include ${SDK}/make/Make.depend