Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews# CDDL HEADER START
f0aad5341752aefe5059832f6cf3abc3283c6e16Tinderbox User# The contents of this file are subject to the terms of the
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt# Common Development and Distribution License (the "License").
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt# You may not use this file except in compliance with the License.
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews# See the License for the specific language governing permissions
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt# and limitations under the License.
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt# When distributing Covered Code, include this CDDL HEADER in each
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt# If applicable, add the following below this CDDL HEADER, with the
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt# fields enclosed by brackets "[]" replaced with your own identifying
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt# CDDL HEADER END
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt# Use is subject to license terms.
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt# This makefile drives the production of the rdc kernel module
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt# intel implementation architecture dependent
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt# Path to the base of the uts directory tree (usually /usr/src/uts).
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt# Define the module and object file sets.
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt# Include common rules.
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt# Define targets
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan HuntINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt# lint pass one enforcement
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan HuntCFLAGS += $(CCVERBOSE) -D_SD_8K_BLKSIZE -D_SYSCALL32
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan HuntLDFLAGS += -dy -N"drv/nsctl" -N"drv/nskern" -N"drv/ncall" -N"misc/spuni" \
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt$(OBJS_DIR)/rdc_prot_xdr.c: $(UTSBASE)/common/avs/ns/rdc/rdc_prot.x
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt `/bin/pwd`/$(UTSBASE)/common/avs/ns/rdc/rdc_prot.x
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt$(OBJS_DIR)/rdc_prot_xdr.o: $(OBJS_DIR)/rdc_prot_xdr.c
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt# Include common targets.