xref: /titanic_52/usr/src/uts/sun4v/maramba/Makefile (revision a29e56d91db891741f1af9f6bbd3e3c3cac5f19b)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# uts/sun4v/maramba/Makefile
23# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
24# Use is subject to license terms.
25#
26#	This makefile creates the links that point at
27#	$(USR_PLAT_DIR)/SUNW,T5140
28#
29
30#
31#	Path to the base of the uts directory tree (usually /usr/src/uts).
32#
33UTSBASE	= ../..
34
35#
36#	Include common rules.
37#
38
39include $(UTSBASE)/sun4v/Makefile.sun4v
40
41USR_PLAT_DIR = $(ROOT)/usr/platform
42
43include $(UTSBASE)/sun4v/Makefile.maramba
44
45def		:=	TARGET= def
46all		:=	TARGET= all
47install		:=	TARGET= install
48install_h	:=	TARGET= install_h
49clean		:=	TARGET= clean
50clobber		:=	TARGET= clobber
51lint		:=	TARGET= lint
52lintlib		:=	TARGET= lintlib
53modlintlib	:=	TARGET= modlintlib
54modlist		:=	TARGET= modlist
55modlist		:=	NO_STATE= -K $$MODSTATE$$$$
56clean.lint	:=	TARGET= clean.lint
57check		:=	TARGET= check
58
59#
60#	Default build targets.
61#
62.KEEP_STATE:
63
64modlist:
65
66def:
67
68lintlib:      unix
69
70IMPLEMENTED_PLATFORM	= SUNW,T5140
71LINKED_PLATFORMS	= SUNW,T5240
72LINKED_PLATFORMS	+= SUNW,T5440
73LINKED_PLATFORMS	+= SUNW,Sun-Blade-T6340
74
75$(LINKED_PLATFORMS:%=$(USR_PLAT_DIR)/%): $(USR_PLAT_DIR)
76	$(INS.slink3)
77
78all:
79
80install:	$(LINKED_PLATFORMS:%=$(USR_PLAT_DIR)/%)
81
82install_h check:
83
84lint:
85
86clean:
87
88clobber: clean
89