xref: /titanic_41/usr/src/cmd/fm/modules/sun4u/datapath-retire/Makefile (revision f841f6ad96ea6675d6c6b35c749eaac601799fdf)
1d00f0155Sayznaga#
2d00f0155Sayznaga# CDDL HEADER START
3d00f0155Sayznaga#
4d00f0155Sayznaga# The contents of this file are subject to the terms of the
5*34709573Sraf# Common Development and Distribution License (the "License").
6*34709573Sraf# You may not use this file except in compliance with the License.
7d00f0155Sayznaga#
8d00f0155Sayznaga# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9d00f0155Sayznaga# or http://www.opensolaris.org/os/licensing.
10d00f0155Sayznaga# See the License for the specific language governing permissions
11d00f0155Sayznaga# and limitations under the License.
12d00f0155Sayznaga#
13d00f0155Sayznaga# When distributing Covered Code, include this CDDL HEADER in each
14d00f0155Sayznaga# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15d00f0155Sayznaga# If applicable, add the following below this CDDL HEADER, with the
16d00f0155Sayznaga# fields enclosed by brackets "[]" replaced with your own identifying
17d00f0155Sayznaga# information: Portions Copyright [yyyy] [name of copyright owner]
18d00f0155Sayznaga#
19d00f0155Sayznaga# CDDL HEADER END
20d00f0155Sayznaga#
21d00f0155Sayznaga#
22*34709573Sraf# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23d00f0155Sayznaga# Use is subject to license terms.
24d00f0155Sayznaga#
25d00f0155Sayznaga#ident	"%Z%%M%	%I%	%E% SMI"
26d00f0155Sayznaga
27d00f0155SayznagaMODULE = datapath-retire
28d00f0155SayznagaCLASS = arch
29d00f0155SayznagaARCH = sun4u
30d00f0155SayznagaSRCS = \
31d00f0155Sayznaga	cda_cpu.c \
32d00f0155Sayznaga	cda_main.c
33d00f0155Sayznaga
34d00f0155Sayznagainclude ../../Makefile.plugin
35d00f0155Sayznaga
36d00f0155SayznagaCDA_VERSION = "1.0"
37d00f0155Sayznaga
38d00f0155SayznagaINCDIRS = .
39d00f0155Sayznaga
40d00f0155SayznagaCPPFLAGS += $(INCDIRS:%=-I%) -DCDA_VERSION='$(CDA_VERSION)'
41