Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark Andrews# CDDL HEADER START
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark Andrews# The contents of this file are subject to the terms of the
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark Andrews# Common Development and Distribution License (the "License").
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark Andrews# You may not use this file except in compliance with the License.
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark Andrews# See the License for the specific language governing permissions
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark Andrews# and limitations under the License.
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark Andrews# CDDL HEADER END
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark Andrews# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark Andrews# Use is subject to license terms.
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark Andrews# This makefile drives the production of the sun4u lw2plus platform
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark Andrews# sun4u implementation architecture dependent
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark Andrews# Path to the base of the uts directory tree (usually /usr/src/uts).
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark Andrews# Include common rules.
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark Andrewsinclude $(UTSBASE)/sun4u/lw2plus/Makefile.lw2plus
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark Andrews# Default build targets.
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark Andrewsdef all clean clean.lint clobber modlist: $(LW2PLUS_KMODS)
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark AndrewsLINKS2DESTDIR = ../../../../SUNW,Sun-Fire-280R/kernel/misc/sparcv9
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark AndrewsLW2PLUS_LINKS_2 = SUNW,Netra-T4/kernel/misc/sparcv9/platmod
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark AndrewsLW2PLUS_PLAT_LINKS_2 = $(LW2PLUS_LINKS_2:%=$(ROOT_PLAT_DIR)/%)
a1da142cae11ec6e5c1e790b3390ba8af8da3530Mark Andrewsinstall: $(ROOT_LW2PLUS_DIR) $(USR_LW2PLUS_DIR) \
-L$(LW2PLUS_LINT_LIB_DIR) \