Makefile (517B)
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 SOC SAL support 7 # 8 LOCALDIR = src/sal 9 10 include ${SDK}/make/Make.config 11 12 ifdef SAL_CORE_OVERRIDE 13 subdirs=${SAL_CORE_OVERRIDE} 14 else 15 subdirs=core 16 endif 17 18 # The sal_appl is not valid for all platforms 19 ifndef NO_SAL_APPL 20 subdirs += appl 21 endif 22 23 include ${SDK}/make/Make.subdirs 24 25 include ${SDK}/make/Make.depend