Makefile revision 381a2a9a387f449fab7d0c7e97c4184c26963abf
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering# CDDL HEADER START
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering# The contents of this file are subject to the terms of the
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering# Common Development and Distribution License (the "License").
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering# You may not use this file except in compliance with the License.
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering# or http://www.opensolaris.org/os/licensing.
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering# See the License for the specific language governing permissions
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering# and limitations under the License.
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering# When distributing Covered Code, include this CDDL HEADER in each
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering# If applicable, add the following below this CDDL HEADER, with the
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering# fields enclosed by brackets "[]" replaced with your own identifying
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering# information: Portions Copyright [yyyy] [name of copyright owner]
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering# CDDL HEADER END
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering# Use is subject to license terms.
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering#ident "%Z%%M% %I% %E% SMI"
7e8e0422aeb16f2a09a40546c61df753d10029b6Lennart Poettering# This makefile drives the production of the hook driver kernel module.
7e8e0422aeb16f2a09a40546c61df753d10029b6Lennart Poettering# INTEL implementation architecture dependent
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering# Path to the base of the uts directory tree (usually /usr/src/uts).
1716f6dcf54d4c181c2e2558e3d5414f54c8d9caLennart Poettering# Define the module and object file sets.
1716f6dcf54d4c181c2e2558e3d5414f54c8d9caLennart PoetteringLINTS = $(HOOK_OBJS:%.o=$(LINTS_DIR)/%.ln)
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering# Include common rules.
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering# Define targets
c73ce96b569e2f10dff64b7dc0bd271972674c2aLennart PoetteringINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOTLINK)
e1c959948c0e31d6997bcdfbabfbd077784b2baeLennart Poettering# Default build targets.
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering# Include common targets.