Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
ca18417083383060354c1d2e053c385ac0173d97Mark Andrews# CDDL HEADER START
ca18417083383060354c1d2e053c385ac0173d97Mark Andrews# The contents of this file are subject to the terms of the
3ca4b8062f845489a9c7e33a4af63cf9c863c1d4Mark Andrews# Common Development and Distribution License (the "License").
3ca4b8062f845489a9c7e33a4af63cf9c863c1d4Mark Andrews# You may not use this file except in compliance with the License.
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews# See the License for the specific language governing permissions
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews# and limitations under the License.
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
ad4b2f37e0f51a90c160edbe8633589ce42e60b9Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ad4b2f37e0f51a90c160edbe8633589ce42e60b9Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
ad4b2f37e0f51a90c160edbe8633589ce42e60b9Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
ad4b2f37e0f51a90c160edbe8633589ce42e60b9Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
b589c679027849d3dcc34aa8dd4fc78f583be107Mark Andrews# CDDL HEADER END
9c1eb2279d715188bf631d98d103f6f81a3c76fbMark Andrews# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
9c1eb2279d715188bf631d98d103f6f81a3c76fbMark Andrews# Use is subject to license terms.
edfcbabd60f8479b72d91bcc2d2082a36ace4003Mark Andrews# Copyright (c) 2010, Intel Corporation.
f95231835fdcd8d5f58486c9f9993602f27fe157Mark Andrews# All rights reserved.
21f1794606dce19928cf455029e173321f166380Mark Andrews# This makefile drives the production of the dr driver module.
21f1794606dce19928cf455029e173321f166380Mark Andrews# i86pc architecture dependent
2610933abd985bdea28801c35d740d2cab2f137aMark Andrews# Path to the base of the uts directory tree (usually /usr/src/uts).
a22f967b7e3589dab640d2cc65fd202d077a9d90Mark Andrews# Define the module and object file sets.
c7c5645e062287294326fdb92e7e9b831950c4f3Mark Andrews# Include common rules.
f5af519ab547bc80c51387529103e4e852a1171eMark Andrews# Define targets
182a34004c7c48e2c1626f3ce7e787f413955126Mark AndrewsINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
8ff31bab2f51b171a8eab3a0b8415c64529e116eMark Andrews# lint pass one enforcement
cfa19fe5c9cf279b38e4258a54acb3fd16b9550bMark Andrews# module dependencies
8ca42f6318be756354b70260050132545aa680d3Mark Andrews# Default build targets.
80b782f356f0692c11b4e52e8dd46ec41704e5a2Mark Andrews# Include common targets.