Makefile (436B)
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 Broadcom Command Monitor (BCM) diagnostic tests 7 # 8 9 LOCALDIR = src/appl/test 10 11 CFGFLAGS += -DSOURCE_CHECK_LIBAPPL 12 13 include ${SDK}/make/Make.config 14 15 lib = libtest 16 include ${SDK}/make/Make.lib 17 18 include ${SDK}/make/Make.depend