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 51modlist := TARGET= modlist 52modlist := NO_STATE= -K $$MODSTATE$$$$ 53check := TARGET= check 54 55# 56# Default build targets. 57# 58.KEEP_STATE: 59 60modlist: 61 62def: 63 64IMPLEMENTED_PLATFORM = SUNW,T5140 65LINKED_PLATFORMS = SUNW,T5240 66LINKED_PLATFORMS += SUNW,T5440 67LINKED_PLATFORMS += SUNW,Sun-Blade-T6340 68 69$(LINKED_PLATFORMS:%=$(USR_PLAT_DIR)/%): $(USR_PLAT_DIR) 70 $(INS.slink3) 71 72all: 73 74install: $(LINKED_PLATFORMS:%=$(USR_PLAT_DIR)/%) 75 76install_h check: 77 78 79clean: 80 81clobber: clean 82