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


      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/clsbuilder subdirectory
     10 #
     11 LOCALDIR = src/soc/ces/clsbuilder
     12 CFLAGS = 
     13 include ${SDK}/make/Make.config
     14 #CFLAGS += -fno-strict-aliasing
     15 
     16 lib = libsoc_clsbuilder
     17 include ${SDK}/make/Make.lib
     18 
     19 include ${SDK}/make/Make.depend
     20