Makefile revision d291d9f21e8c0417aec99de243dd48bc400002d0
413N/A#
413N/A# CDDL HEADER START
413N/A#
413N/A# The contents of this file are subject to the terms of the
413N/A# Common Development and Distribution License, Version 1.0 only
413N/A# (the "License"). You may not use this file except in compliance
413N/A# with the License.
413N/A#
413N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
413N/A# or http://www.opensolaris.org/os/licensing.
413N/A# See the License for the specific language governing permissions
413N/A# and limitations under the License.
413N/A#
413N/A# When distributing Covered Code, include this CDDL HEADER in each
413N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
413N/A# If applicable, add the following below this CDDL HEADER, with the
413N/A# fields enclosed by brackets "[]" replaced with your own identifying
413N/A# information: Portions Copyright [yyyy] [name of copyright owner]
413N/A#
413N/A# CDDL HEADER END
413N/A#
413N/A#
2471N/A# uts/intel/hci1394/Makefile
413N/A#
413N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
413N/A# Use is subject to license terms.
413N/A#
413N/A#ident "%Z%%M% %I% %E% SMI"
413N/A#
413N/A# This makefile drives the production of the hci1394 OHCI HAL module.
413N/A#
413N/A# intel architecture dependent
844N/A#
844N/A
413N/A#
1273N/A# Path to the base of the uts directory tree (usually /usr/src/uts).
413N/A#
413N/AUTSBASE = ../..
413N/A
413N/A#
413N/A# Define the module and object file sets.
2471N/A#
2471N/AMODULE = hci1394
2471N/AOBJECTS = $(HCI1394_OBJS:%=$(OBJS_DIR)/%)
2471N/ALINTS = $(HCI1394_OBJS:%.o=$(LINTS_DIR)/%.ln)
2471N/AROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
924N/ACONF_SRCDIR = $(UTSBASE)/common/io/1394/adapters
924N/ALDFLAGS += -dy -Nmisc/s1394
924N/A
2471N/A#
2471N/A# Include common rules.
2471N/A#
2471N/Ainclude $(UTSBASE)/intel/Makefile.intel
2471N/A
2471N/A#
2471N/A# Define targets
413N/A#
413N/AALL_TARGET = $(BINARY) $(SRC_CONFILE)
413N/ALINT_TARGET = $(MODULE).lint
413N/AINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
413N/A
413N/A#
416N/A# Overrides
413N/A#
413N/A#ALL_BUILDS = $(ALL_BUILDSONLY64)
413N/A#DEF_BUILDS = $(DEF_BUILDSONLY64)
413N/ACLEANLINTFILES += $(LINT32_FILES)
413N/A
413N/ADEBUG_DEFS_DBG32 += -DTNF_DEBUG
416N/A#DEBUG_DEFS_DBG64 += -DTNF_DEBUG
416N/A
416N/A#
413N/A# Default build targets.
413N/A#
413N/A.KEEP_STATE:
413N/A
413N/Adef: $(DEF_DEPS)
413N/A
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