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


      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 BCM driver Library
      7 #
      8 
      9 LOCALDIR = src/bcm/esw/ptp
     10 
     11 include ${SDK}/make/Make.config
     12 
     13 ifneq (,$(findstring -DBCM_KSCPU_SUPPORT,$(CFGFLAGS)))
     14 CFLAGS += -DPTP_KEYSTONE_STACK
     15 endif
     16 #CFLAGS += -DPTP_RX_CALLBACK_DEBUG
     17 
     18 lib = libptp_esw
     19 
     20 include ${SDK}/make/Make.lib
     21 include ${SDK}/make/Make.depend
     22