Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
348346590dc302381df4daf372d6dc601b860eaeEwaryst Schulz# CDDL HEADER START
25449dd4a796d3244e754bde21a5e9c401dc135eEwaryst Schulz# The contents of this file are subject to the terms of the
348346590dc302381df4daf372d6dc601b860eaeEwaryst Schulz# Common Development and Distribution License, Version 1.0 only
98890889ffb2e8f6f722b00e265a211f13b5a861Corneliu-Claudiu Prodescu# (the "License"). You may not use this file except in compliance
348346590dc302381df4daf372d6dc601b860eaeEwaryst Schulz# with the License.
348346590dc302381df4daf372d6dc601b860eaeEwaryst Schulz# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1b353d403dbdb365ae93a568f32b3ebf5698cab5Ewaryst Schulz# See the License for the specific language governing permissions
1b353d403dbdb365ae93a568f32b3ebf5698cab5Ewaryst Schulz# and limitations under the License.
c73c3d0df595b7feab36cf441a1a31cd1a2c7c1dEwaryst Schulz# When distributing Covered Code, include this CDDL HEADER in each
c73c3d0df595b7feab36cf441a1a31cd1a2c7c1dEwaryst Schulz# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c73c3d0df595b7feab36cf441a1a31cd1a2c7c1dEwaryst Schulz# If applicable, add the following below this CDDL HEADER, with the
c73c3d0df595b7feab36cf441a1a31cd1a2c7c1dEwaryst Schulz# fields enclosed by brackets "[]" replaced with your own identifying
c73c3d0df595b7feab36cf441a1a31cd1a2c7c1dEwaryst Schulz# information: Portions Copyright [yyyy] [name of copyright owner]
c73c3d0df595b7feab36cf441a1a31cd1a2c7c1dEwaryst Schulz# CDDL HEADER END
c73c3d0df595b7feab36cf441a1a31cd1a2c7c1dEwaryst Schulz# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
c73c3d0df595b7feab36cf441a1a31cd1a2c7c1dEwaryst Schulz# Use is subject to license terms.
348346590dc302381df4daf372d6dc601b860eaeEwaryst Schulz#pragma ident "%Z%%M% %I% %E% SMI"
cae4916b0844b837a4dd7e29730c56a3e26ef94dEwaryst Schulz# This makefile drives the production of the pcram driver kernel module.
699f8456142e7c89bd15acf3aa8790fd02f4420dEwaryst Schulz# intel implementation architecture dependent
0850c3e5fb6285405ebaeb5aa433985203ac892dEwaryst Schulz# Path to the base of the uts directory tree (usually /usr/src/uts).
348346590dc302381df4daf372d6dc601b860eaeEwaryst Schulz# Define the module and object file sets.
0850c3e5fb6285405ebaeb5aa433985203ac892dEwaryst Schulz# Include common rules.
df0d1a7e7dfff3be40c24b25318a6a07c748be20Ewaryst Schulz# Define targets
49c8d0af1a96cab75795d49b078b9163b666473fEwaryst SchulzINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_ITUFILE)
0850c3e5fb6285405ebaeb5aa433985203ac892dEwaryst Schulz# Override defaults to build a unique, local modstubs.o.
699f8456142e7c89bd15acf3aa8790fd02f4420dEwaryst Schulz# Default build targets.
0850c3e5fb6285405ebaeb5aa433985203ac892dEwaryst Schulz# Include common targets.