Makefile revision a90d965d832a5578dbfc2eadd1617e8cccf25264
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# CDDL HEADER START
a99c5d4cc3cab6a62b04d52000dbc22ce1fa2d94coar# The contents of this file are subject to the terms of the
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# Common Development and Distribution License (the "License").
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# You may not use this file except in compliance with the License.
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# See the License for the specific language governing permissions
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# and limitations under the License.
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# When distributing Covered Code, include this CDDL HEADER in each
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# If applicable, add the following below this CDDL HEADER, with the
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# fields enclosed by brackets "[]" replaced with your own identifying
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# information: Portions Copyright [yyyy] [name of copyright owner]
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# CDDL HEADER END
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# Use is subject to license terms.
7fb4c0766e858653c9776474005a6ae6d94828afgryzor#ident "%Z%%M% %I% %E% SMI"
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# This makefile drives the production of the sun4v ontario platform
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# sun4v ontario implementation architecture dependent
f6edf426ed6b8912be700db47d65a001d091909flgentis# Path to the base of the uts directory tree (usually /usr/src/uts).
5a884cb4f4b177e207554c26334ef853c5665e79lgentis# Include common rules.
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# Default build targets.
7fb4c0766e858653c9776474005a6ae6d94828afgryzordef all clean clobber clean.lint modlist: $(ONTARIO_KMODS)
7fb4c0766e858653c9776474005a6ae6d94828afgryzor @-$(ECHO) "\n$(IMPLEMENTED_PLATFORM) platform-dependent module: global crosschecks:"
7fb4c0766e858653c9776474005a6ae6d94828afgryzor @-$(LINT) $(LINTFLAGS) $(LINT_LIBS) 2>&1 | $(LGREP.2)
ad338079daa7c8b4d59efe1c1ff40cdd6f7e2f5algentis sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
ad338079daa7c8b4d59efe1c1ff40cdd6f7e2f5algentis# EXPORT DELETE END
ad338079daa7c8b4d59efe1c1ff40cdd6f7e2f5algentis# Include common targets.