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


      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 Broadcom PE-LIB Mode Tests
      7 #
      8 
      9 LOCALDIR = src/appl/pelib
     10 
     11 CFGFLAGS += -DSOURCE_CHECK_LIBAPPL
     12 CFGFLAGS += -DPEMODE_BCM_BUILD
     13 #CFGFLAGS += -DMDIO_DRY_RUN
     14 CFGFLAGS += -I$(SDK)/src/appl/pelib/include
     15 
     16 subdirs+=src
     17 include ${SDK}/make/Make.subdirs
     18 
     19 include ${SDK}/make/Make.config
     20 
     21 lib = libpelib
     22 include ${SDK}/make/Make.lib
     23 
     24 include ${SDK}/make/Make.depend