Makefile revision dd566498928f08e7c9a79797a40db893c6a4b9fb
168N/A#
168N/A# CDDL HEADER START
168N/A#
168N/A# The contents of this file are subject to the terms of the
168N/A# Common Development and Distribution License (the "License").
168N/A# You may not use this file except in compliance with the License.
168N/A#
168N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
168N/A# or http://www.opensolaris.org/os/licensing.
168N/A# See the License for the specific language governing permissions
168N/A# and limitations under the License.
168N/A#
168N/A# When distributing Covered Code, include this CDDL HEADER in each
168N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
168N/A# If applicable, add the following below this CDDL HEADER, with the
168N/A# fields enclosed by brackets "[]" replaced with your own identifying
168N/A# information: Portions Copyright [yyyy] [name of copyright owner]
168N/A#
168N/A# CDDL HEADER END
168N/A#
168N/A#
168N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
844N/A# Use is subject to license terms.
168N/A#
168N/A#ident "%Z%%M% %I% %E% SMI"
168N/A
168N/AARCH = sun4v
168N/APRIDIR=../platform-cpu
168N/A
168N/Asun4v_SRCS = chip_sun4v.c cpu_mdesc.c
168N/A
168N/AINCDIRS = $(ROOT)/usr/platform/sun4v/include \
168N/A $(PRIDIR)
586N/A
618N/Ainclude ../../sun4/chip/Makefile.chip
168N/A
168N/ALDLIBS += -lumem -lmdesc -lldom
844N/A
844N/A%.o: $(PRIDIR)/%.c
168N/A $(COMPILE.c) -o $@ $<
168N/A $(CTFCONVERT_O)
168N/A
168N/A%.ln: $(PRIDIR)/%.c
168N/A $(LINT.c) -c $<
168N/A