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


      1 #
      2 # 
      3 # 
      4 # 
      5 # This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      6 # 
      7 # Copyright 2007-2019 Broadcom Inc. All rights reserved.
      8 #
      9 # Makefile for ces/sal subdirectory
     10 #
     11 LOCALDIR = src/soc/ces/sal
     12 
     13 CFLAGS = 
     14 include ${SDK}/make/Make.config
     15 
     16 
     17 lib = libsoc_sal
     18 include ${SDK}/make/Make.lib
     19 
     20 include ${SDK}/make/Make.depend