Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
127N/A#
127N/A# CDDL HEADER START
127N/A#
127N/A# The contents of this file are subject to the terms of the
127N/A# Common Development and Distribution License, Version 1.0 only
127N/A# (the "License"). You may not use this file except in compliance
127N/A# with the License.
127N/A#
127N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
127N/A# or http://www.opensolaris.org/os/licensing.
127N/A# See the License for the specific language governing permissions
127N/A# and limitations under the License.
127N/A#
127N/A# When distributing Covered Code, include this CDDL HEADER in each
127N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
127N/A# If applicable, add the following below this CDDL HEADER, with the
127N/A# fields enclosed by brackets "[]" replaced with your own identifying
127N/A# information: Portions Copyright [yyyy] [name of copyright owner]
127N/A#
127N/A# CDDL HEADER END
3996N/A#
127N/A#
127N/A# uts/intel/busra/Makefile
127N/A#
127N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
127N/A# Use is subject to license terms.
618N/A#
127N/A#pragma ident "%Z%%M% %I% %E% SMI"
127N/A#
844N/A# This makefile drives the production of the busra
844N/A# kernel module.
618N/A#
1273N/A# intel architecture dependent
127N/A#
3661N/A
3661N/A#
3996N/A# Path to the base of the uts directory tree (usually /usr/src/uts).
3996N/A#
3996N/AUTSBASE = ../..
127N/A
127N/A#
127N/A# Define the module and object file sets.
127N/A#
127N/AMODULE = busra
127N/AOBJECTS = $(BUSRA_OBJS:%=$(OBJS_DIR)/%)
127N/ALINTS = $(BUSRA_OBJS:%.o=$(LINTS_DIR)/%.ln)
127N/AROOTMODULE = $(ROOT_MISC_DIR)/$(MODULE)
127N/A
650N/A#
127N/A# Include common rules.
650N/A#
127N/Ainclude $(UTSBASE)/intel/Makefile.intel
127N/A
373N/A#
127N/A# Define targets
3996N/A#
3996N/AALL_TARGET = $(BINARY)
LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
# Default build targets.
#
.KEEP_STATE:
def: $(DEF_DEPS)
all: $(ALL_DEPS)
clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
lint: $(LINT_DEPS)
modlintlib: $(MODLINTLIB_DEPS)
clean.lint: $(CLEAN_LINT_DEPS)
install: $(INSTALL_DEPS)
#
# Include common targets.
#
include $(UTSBASE)/intel/Makefile.targ