Makefile (587B)
1 # 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 phy subdirectory 8 # 9 LOCALDIR = src/soc/phy 10 11 include ${SDK}/make/Make.config 12 13 -include wcmod/src/subdir.mk 14 -include tscmod/src/subdir.mk 15 -include phy8806x/src/subdir.mk 16 ifneq (,$(findstring -DINCLUDE_PLP_IMACSEC,$(CFGFLAGS))) 17 -include imacsec/subdir.mk 18 endif 19 include ${SDK}/make/Make.subdirs 20 21 lib = libsoc_phy 22 23 include ${SDK}/make/Make.lib 24 25 include ${SDK}/make/Make.depend