Makefile revision 7b1019a6d29ccb7999dc76cba3dde1c627e8e609
4c05f9a6a3d0fe27d5fad1599b10500e21c705feMark Andrews# CDDL HEADER START
d31740ce282bcf0a27e17dec49a3ff9ddd26e814Scott Mann# The contents of this file are subject to the terms of the
d31740ce282bcf0a27e17dec49a3ff9ddd26e814Scott Mann# Common Development and Distribution License (the "License").
d31740ce282bcf0a27e17dec49a3ff9ddd26e814Scott Mann# You may not use this file except in compliance with the License.
664917bedafa65dee4349c84324a31731aa1e228Francis Dupont# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
664917bedafa65dee4349c84324a31731aa1e228Francis Dupont# See the License for the specific language governing permissions
17bc56e321574b43c5837d1741e9157c8f2fcd91Francis Dupont# and limitations under the License.
17bc56e321574b43c5837d1741e9157c8f2fcd91Francis Dupont# When distributing Covered Code, include this CDDL HEADER in each
d3e3d7846dd5895960dcdcb1012b4be23388f81cMark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d3e3d7846dd5895960dcdcb1012b4be23388f81cMark Andrews# If applicable, add the following below this CDDL HEADER, with the
d3e3d7846dd5895960dcdcb1012b4be23388f81cMark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
ef421f66f47224a42073deaf087378c5d0c9952eEvan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
ef421f66f47224a42073deaf087378c5d0c9952eEvan Hunt# CDDL HEADER END
ef421f66f47224a42073deaf087378c5d0c9952eEvan Hunt# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
ef421f66f47224a42073deaf087378c5d0c9952eEvan Hunt# Use is subject to license terms.
7cc5632595476c20f1c0683eff35baa370dd65bbEvan Hunt# Copyright 2016 Joyent, Inc.
2f09e7c3fc25c0e5028593a24531d636845c3e42Mark Andrews# Path to the base of the uts directory tree (usually /usr/src/uts).
4f07b2b00cf52582b2ee9b55aabe7eb5066e57e7Mark Andrews# Define the module and object file sets.
17c98e7adddf82b73f478e89213fd10148a53100Mark Andrews# Include common rules.
6883a918f790147fd98e21b2c3d3d479320f3ed5Mark Andrews# Our lint library has a different name from that of the module we build.
e01f55daa4b611190a11a40299007e5e55018854Mark Andrews# Define targets
30aaec21221ca5d8715d1ff1ce92fbdf98bb6652Mark Andrews# Overrides and additions
30aaec21221ca5d8715d1ff1ce92fbdf98bb6652Mark Andrews$(OBJS_DIR)/ao_mca.o := CERRWARN += -_gcc=-Wno-unused-function
b32e391602b3655c90c2ded10376dbfa4ec8a074Evan Hunt# Default build targets.
5cfe4bcb0afd71f6bc1cc2dab37a9ad6181c13f9Mark Andrews$(AO_MCA_DISP_C): $(AO_MCA_DISP_SRC) $(AO_GENDISP)
69496e55a787f8d800c826d2405d8f38e4c52b86Mark Andrews# Include common targets.