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


      1 # -*- Makefile -*-
      2 # 
      3 # This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      4 # 
      5 # Copyright 2007-2019 Broadcom Inc. All rights reserved.
      6 #
      7 # Makefile for BCM rpc driver Library
      8 #
      9 
     10 LOCALDIR = src/bcm/common
     11 
     12 include ${SDK}/make/Make.config
     13 
     14 ifneq (,$(findstring -DINCLUDE_PTP,$(CFGFLAGS)))
     15 SUBDIR_PTP = ptp
     16 endif
     17 
     18 subdirs := \
     19 	$(SUBDIR_PTP) \
     20 	$(SUBDIR_NONE)
     21 
     22 include ${SDK}/make/Make.subdirs
     23 
     24 lib = libbcm_common
     25 include ${SDK}/make/Make.lib
     26 
     27 include ${SDK}/make/Make.depend