Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews# CDDL HEADER START
86548554f6180bbe051c8cd8f03c93fc9b6a7825Mark Andrews# The contents of this file are subject to the terms of the
86548554f6180bbe051c8cd8f03c93fc9b6a7825Mark Andrews# Common Development and Distribution License (the "License").
86548554f6180bbe051c8cd8f03c93fc9b6a7825Mark Andrews# You may not use this file except in compliance with the License.
5ed76fa7ea83d3ce7a33d365aa3b84410c3b8773Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews# See the License for the specific language governing permissions
ad3b537a241f40bbb3fdc4de252881c42645021bMark Andrews# and limitations under the License.
b21b49a1d43dbc44d2b15674ce03a13562165566Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
b21b49a1d43dbc44d2b15674ce03a13562165566Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ea38808b7dc1b2e760f18f2cc3ae07deaf15ba1aMark Andrews# If applicable, add the following below this CDDL HEADER, with the
de6ceebf98bedee0b1e1e81d078befbd728b801cMark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews# CDDL HEADER END
c3c72c1033b9d085b1a1fe74a9e3efb6db724ce2Mark Andrews# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
b4fe7caac90b28629d207b40a77862e2535f925cMark Andrews# This makefile drives the production of the fct driver for
c2ec022f5784a2ff844f7d062c2022197dc4ad09Mark Andrews# Path to the base of the uts directory tree (usually /usr/src/uts).
5eb0659963ec2aa5158425b39620ec1b30c83c7bMark Andrews# Define the module and object file sets.
4995dba770c1f5f421cf22a2e9e138586a153765Mark AndrewsCONF_SRCDIR = $(UTSBASE)/common/io/comstar/port/fct
4995dba770c1f5f421cf22a2e9e138586a153765Mark Andrews# Include common rules.
8862388bcb44f634cbfc3e69f11ff4cb76590a4bMark Andrews# Define targets
80cc19dc262cead5a8af41838ebfae5a6e587605Mark AndrewsINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
8d414d155953f89a4eff40f16878438a8c9228f3Mark Andrews# Overrides and depends_on
0b9af9eb37f624033652f6cc463262474ee13344Mark Andrews# For now, disable these lint checks; maintainers should endeavor
85315eb5361d92ba034cecc26c3526e121392386Mark Andrews# to investigate and remove these for maximum lint coverage.
a3a09ca2497e925a9f0ba76f1525c6c60e5d5094Mark Andrews# Default build targets.
7436bb66c610c039ca3dec12aac5024037898910Mark Andrews# Include common targets.