Makefile (496B)
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 Helix5 SOC driver Library 7 # 8 9 LOCALDIR = src/soc/esw/helix5 10 11 include ${SDK}/make/Make.config 12 13 SUBDIR_HELIX5_FLEXPORT = flexport 14 15 subdirs := $(SUBDIR_HELIX5_FLEXPORT) 16 17 lib = libsoc_helix5 18 19 include ${SDK}/make/Make.subdirs 20 21 include ${SDK}/make/Make.lib 22 include ${SDK}/make/Make.depend 23