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


      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 # Build LED processor tools
      7 # Build example code
      8 #
      9 .KEEP_STATE:
     10 
     11 all:
     12 	$(MAKE) -C tools all
     13 	$(MAKE) -C example all
     14 
     15 clean:
     16 	$(MAKE) -C tools clean
     17 	$(MAKE) -C example clean
     18 
     19 clobber:
     20 	$(MAKE) -C tools clobber
     21 	$(MAKE) -C example clobber