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


      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 StrataXGS SDK and diagnostics
      8 #
      9 
     10 include $(SDK)/make/Make.config
     11 
     12 ifeq ($(HOSTTYPE),i386-linux)
     13 subdirs= user
     14 endif
     15 
     16 include $(SDK)/make/Make.subdirs
     17 
     18 include $(SDK)/make/Make.depend
     19