Makefile.linux-x86-rh72 (380B)
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 # Default Linux include directory 7 ifeq (,$(LINUX_INCLUDE)) 8 LINUX_INCLUDE = /projects/ntsw-tools/linux/headers/rh-7.2-x86/include 9 endif 10 11 include ${SDK}/make/Makefile.linux-x86-common