Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
670734c2ee137c587411795c6f82566c9d3729b7coar# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Common Development and Distribution License (the "License").
2deb319e6b3de239f45c16a3e9e836d44f1f7108rbb# You may not use this file except in compliance with the License.
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# See the License for the specific language governing permissions
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# and limitations under the License.
91a71946d0fb28c0866139edef3dd59f36ba5b9cstoddard# When distributing Covered Code, include this CDDL HEADER in each
91a71946d0fb28c0866139edef3dd59f36ba5b9cstoddard# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
91a71946d0fb28c0866139edef3dd59f36ba5b9cstoddard# If applicable, add the following below this CDDL HEADER, with the
91a71946d0fb28c0866139edef3dd59f36ba5b9cstoddard# fields enclosed by brackets "[]" replaced with your own identifying
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# information: Portions Copyright [yyyy] [name of copyright owner]
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# CDDL HEADER END
632b0b53511f3bb9c32aa2869fbc73ee35081b38rbb# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# Use is subject to license terms.
40a5b7189dbbb28e107bf008ee625f2f0142c2ccdgaudet# This makefile drives the production of the sun4u daktari platmod module
369edcdd0a9c5516c61e736ec2a6fc8fb0d92fe2manoj# Path to the base of the uts directory tree (usually /usr/src/uts).
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddard# Define the module and object file sets.
75960f20f88dad6bc67892c711c429946063d133stoddard# Include common rules.
75960f20f88dad6bc67892c711c429946063d133stoddard# Override defaults
f6a6245816cd866361da8c576b1f47c7a54b6610fanf# Define targets
670734c2ee137c587411795c6f82566c9d3729b7coar# lint pass one enforcement
a5ed555df952c85bc1b179f5981e8a6c54ba16e6stoddard# Default build targets.
9c09943bad734ebd5c7cc10bd6d63b75c4c6e056stoddard @echo "resolving symbols against unix.o"
f03d292915be9977eaf74e9be7b0404aec226f84manoj PLAT_DIR=$(HERE) SYM_MOD=$(HERE)/$(SYM_MOD) $(MAKE) symcheck)
aa1faea36e4ae357bc603a2337b6adc54f5daec1manoj# Include common targets.