fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# CDDL HEADER START
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# The contents of this file are subject to the terms of the
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# Common Development and Distribution License (the "License").
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# You may not use this file except in compliance with the License.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# See the License for the specific language governing permissions
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# and limitations under the License.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# When distributing Covered Code, include this CDDL HEADER in each
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# If applicable, add the following below this CDDL HEADER, with the
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# fields enclosed by brackets "[]" replaced with your own identifying
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# information: Portions Copyright [yyyy] [name of copyright owner]
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# CDDL HEADER END
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# This makefile drives the production of the sdhost driver
6cefaae1e90a413ba01560575bb3998e1a3df40eJack Meng# kernel module.
6cefaae1e90a413ba01560575bb3998e1a3df40eJack Meng# intel architecture dependent
30e7468f8f41aa30ada067b2c1d5d284046514daPeter Dunlap# Path to the base of the uts directory tree (usually /usr/src/uts).
30e7468f8f41aa30ada067b2c1d5d284046514daPeter Dunlap# Define the module and object file sets.
cc7ef4959916befd1d1197845b5b82284d96c450yi zhang - Sun Microsystems - Beijing ChinaOBJECTS = $(SDHOST_OBJS:%=$(OBJS_DIR)/%)
cc7ef4959916befd1d1197845b5b82284d96c450yi zhang - Sun Microsystems - Beijing ChinaLINTS = $(SDHOST_OBJS:%.o=$(LINTS_DIR)/%.ln)
cc7ef4959916befd1d1197845b5b82284d96c450yi zhang - Sun Microsystems - Beijing ChinaROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# Include common rules.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# Define targets
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# lint pass one enforcement
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# dependency on sda module
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# Default build targets.
30e7468f8f41aa30ada067b2c1d5d284046514daPeter Dunlap# Include common targets.