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


      1 #
      2 # 
      3 # 
      4 # 
      5 # This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      6 # 
      7 # Copyright 2007-2019 Broadcom Inc. All rights reserved.
      8 #
      9 # Makefile for i2c subdirectory
     10 #
     11 CFLAGS += -g
     12 LOCALDIR = src/soc/i2c
     13 
     14 include ${SDK}/make/Make.config
     15 
     16 lib = libsoc_i2c
     17 include ${SDK}/make/Make.lib
     18 
     19 include ${SDK}/make/Make.depend