Makefile revision 1ae0874509b6811fdde1dfd46f0d93fd09867a3f
2b442ac87838be7c326c984d8751c96dee7258abLennart Poettering# CDDL HEADER START
2b442ac87838be7c326c984d8751c96dee7258abLennart Poettering# The contents of this file are subject to the terms of the
2b442ac87838be7c326c984d8751c96dee7258abLennart Poettering# Common Development and Distribution License (the "License").
2b442ac87838be7c326c984d8751c96dee7258abLennart Poettering# You may not use this file except in compliance with the License.
2b442ac87838be7c326c984d8751c96dee7258abLennart Poettering# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2b442ac87838be7c326c984d8751c96dee7258abLennart Poettering# or http://www.opensolaris.org/os/licensing.
2b442ac87838be7c326c984d8751c96dee7258abLennart Poettering# See the License for the specific language governing permissions
2b442ac87838be7c326c984d8751c96dee7258abLennart Poettering# and limitations under the License.
2b442ac87838be7c326c984d8751c96dee7258abLennart Poettering# When distributing Covered Code, include this CDDL HEADER in each
2b442ac87838be7c326c984d8751c96dee7258abLennart Poettering# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2b442ac87838be7c326c984d8751c96dee7258abLennart Poettering# If applicable, add the following below this CDDL HEADER, with the
2b442ac87838be7c326c984d8751c96dee7258abLennart Poettering# fields enclosed by brackets "[]" replaced with your own identifying
2b442ac87838be7c326c984d8751c96dee7258abLennart Poettering# information: Portions Copyright [yyyy] [name of copyright owner]
2b442ac87838be7c326c984d8751c96dee7258abLennart Poettering# CDDL HEADER END
59c5b5974d106c5ebad080739b41d0e92ab74d29Lennart Poettering# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
24710c48ed16be5fa461fbb303a744a907541dafLennart Poettering# Use is subject to license terms.
2b442ac87838be7c326c984d8751c96dee7258abLennart Poettering#ident "%Z%%M% %I% %E% SMI"
0c7bff0acc8fd04bac9bfd16d696139951149cebLennart Poettering# This makefile drives the production of the LDC transport kernel module.
0c7bff0acc8fd04bac9bfd16d696139951149cebLennart Poettering# sun4v implementation architecture dependent
203f1b35d962bab3c67ecf57ce6bd9ec87bf7078Lennart Poettering# Path to the base of the uts directory tree (usually /usr/src/uts).
203f1b35d962bab3c67ecf57ce6bd9ec87bf7078Lennart Poettering# Define the module and object file sets.
b652d4a2099d1c167584dcc1d179d47c58dc38a2Lennart PoetteringROOTMODULE = $(ROOT_PSM_MISC_DIR)/$(MODULE)
2b442ac87838be7c326c984d8751c96dee7258abLennart Poettering# Include common rules.
59c5b5974d106c5ebad080739b41d0e92ab74d29Lennart Poettering# Override defaults to build a unique, local modstubs.o.
2b442ac87838be7c326c984d8751c96dee7258abLennart Poettering# Define targets
2b442ac87838be7c326c984d8751c96dee7258abLennart Poettering# lint pass one enforcement
96bb76734d8e1c8520a2456901079610813eac6dLennart Poettering# Default build targets.
e926785a1feff01901e6298261a9f635791d3b17Lennart Poettering# Include common targets.