19e39c5baSBill Taylor# 29e39c5baSBill Taylor# CDDL HEADER START 39e39c5baSBill Taylor# 49e39c5baSBill Taylor# The contents of this file are subject to the terms of the 59e39c5baSBill Taylor# Common Development and Distribution License (the "License"). 69e39c5baSBill Taylor# You may not use this file except in compliance with the License. 79e39c5baSBill Taylor# 89e39c5baSBill Taylor# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 99e39c5baSBill Taylor# or http://www.opensolaris.org/os/licensing. 109e39c5baSBill Taylor# See the License for the specific language governing permissions 119e39c5baSBill Taylor# and limitations under the License. 129e39c5baSBill Taylor# 139e39c5baSBill Taylor# When distributing Covered Code, include this CDDL HEADER in each 149e39c5baSBill Taylor# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 159e39c5baSBill Taylor# If applicable, add the following below this CDDL HEADER, with the 169e39c5baSBill Taylor# fields enclosed by brackets "[]" replaced with your own identifying 179e39c5baSBill Taylor# information: Portions Copyright [yyyy] [name of copyright owner] 189e39c5baSBill Taylor# 199e39c5baSBill Taylor# CDDL HEADER END 209e39c5baSBill Taylor# 219e39c5baSBill Taylor 229e39c5baSBill Taylor# 239e39c5baSBill Taylor# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 249e39c5baSBill Taylor# Use is subject to license terms. 259e39c5baSBill Taylor# 26b6b206fcSJohn Levon# Copyright (c) 2018, Joyent, Inc. 279e39c5baSBill Taylor 289e39c5baSBill Taylor# 299e39c5baSBill Taylor# Paths to the base of the uts directory trees 309e39c5baSBill Taylor# 319e39c5baSBill TaylorUTSBASE = ../.. 329e39c5baSBill Taylor 339e39c5baSBill Taylor# 349e39c5baSBill Taylor# Define the module and object file sets. 359e39c5baSBill Taylor# 369e39c5baSBill TaylorMODULE = tavor 379e39c5baSBill TaylorOBJECTS = $(TAVOR_OBJS:%=$(OBJS_DIR)/%) 389e39c5baSBill TaylorLINTS = $(TAVOR_OBJS:%.o=$(LINTS_DIR)/%.ln) 399e39c5baSBill TaylorROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE) 409e39c5baSBill TaylorCONF_SRCDIR = $(UTSBASE)/common/io/ib/adapters/tavor 419e39c5baSBill TaylorLDFLAGS += -dy -Ndrv/ib -Nmisc/ibtl -Nmisc/ibmf 429e39c5baSBill Taylor 439e39c5baSBill Taylor# 449e39c5baSBill Taylor# Include common rules. 459e39c5baSBill Taylor# 469e39c5baSBill Taylorinclude $(UTSBASE)/intel/Makefile.intel 479e39c5baSBill Taylor 489e39c5baSBill Taylor# 499e39c5baSBill Taylor# Define targets 509e39c5baSBill Taylor# 519e39c5baSBill TaylorALL_TARGET = $(BINARY) $(SRC_CONFFILE) 529e39c5baSBill TaylorLINT_TARGET = $(MODULE).lint 539e39c5baSBill TaylorINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE) 549e39c5baSBill Taylor 559e39c5baSBill Taylor# 569e39c5baSBill Taylor# Overrides 579e39c5baSBill Taylor# 589e39c5baSBill Taylor 599e39c5baSBill Taylor# 609e39c5baSBill Taylor# Build with no debug TNF probes enabled (by default) 619e39c5baSBill Taylor# 629e39c5baSBill Taylor#DEBUG_DEFS_DBG32 += -DTNF_DEBUG 639e39c5baSBill Taylor#DEBUG_DEFS_DBG64 += -DTNF_DEBUG 649e39c5baSBill Taylor 659e39c5baSBill Taylor# 669e39c5baSBill Taylor# lint pass one enforcement 679e39c5baSBill Taylor# 689e39c5baSBill TaylorCFLAGS += $(CCVERBOSE) 699e39c5baSBill Taylor 709e39c5baSBill Taylor# 719e39c5baSBill Taylor# For now, disable these lint checks; maintainers should endeavor 729e39c5baSBill Taylor# to investigate and remove these for maximum lint coverage. 739e39c5baSBill Taylor# Please do not carry these forward to new Makefiles. 749e39c5baSBill Taylor# 759e39c5baSBill TaylorLINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN 769e39c5baSBill TaylorLINTTAGS += -erroff=E_ASSIGN_NARROW_CONV 779e39c5baSBill TaylorLINTTAGS += -erroff=E_SUSPICIOUS_COMPARISON 789e39c5baSBill Taylor 797014882cSRichard LoweCERRWARN += -_gcc=-Wno-unused-value 807014882cSRichard LoweCERRWARN += -_gcc=-Wno-unused-label 81*d3b5f563SJohn LevonCERRWARN += $(CNOWARN_UNINIT) 827014882cSRichard LoweCERRWARN += -_gcc=-Wno-type-limits 837014882cSRichard Lowe 84b6b206fcSJohn Levon# needs work 85b6b206fcSJohn LevonSMATCH=off 86b6b206fcSJohn Levon 879e39c5baSBill Taylor# 889e39c5baSBill Taylor# Default build targets. 899e39c5baSBill Taylor# 909e39c5baSBill Taylor.KEEP_STATE: 919e39c5baSBill Taylor 929e39c5baSBill Taylordef: $(DEF_DEPS) 939e39c5baSBill Taylor 949e39c5baSBill Taylorall: $(ALL_DEPS) 959e39c5baSBill Taylor 969e39c5baSBill Taylorclean: $(CLEAN_DEPS) 979e39c5baSBill Taylor 989e39c5baSBill Taylorclobber: $(CLOBBER_DEPS) 999e39c5baSBill Taylor 1009e39c5baSBill Taylorlint: $(LINT_DEPS) 1019e39c5baSBill Taylor 1029e39c5baSBill Taylormodlintlib: $(MODLINTLIB_DEPS) 1039e39c5baSBill Taylor 1049e39c5baSBill Taylorclean.lint: $(CLEAN_LINT_DEPS) 1059e39c5baSBill Taylor 1069e39c5baSBill Taylorinstall: $(INSTALL_DEPS) 1079e39c5baSBill Taylor 1089e39c5baSBill Taylor# 1099e39c5baSBill Taylor# Include common targets. 1109e39c5baSBill Taylor# 1119e39c5baSBill Taylorinclude $(UTSBASE)/intel/Makefile.targ 112