Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
2347c72129ce9393578966225f915284f0730214Mark Andrews# CDDL HEADER START
1e34fe9044874422104e84373988d07876f716b6Mark Andrews# The contents of this file are subject to the terms of the
1e34fe9044874422104e84373988d07876f716b6Mark Andrews# Common Development and Distribution License (the "License").
30d6dc14e918f9f72ff090c34d6e328ae8e7d68bCurtis Blackburn# You may not use this file except in compliance with the License.
5183f9d9daa139cbf000c12709877f62e79dfb14Evan Hunt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0193e63da91a4da27809b9a528eb043fa6b4da26Mark Andrews# See the License for the specific language governing permissions
0193e63da91a4da27809b9a528eb043fa6b4da26Mark Andrews# and limitations under the License.
17a00ff54c51f6bdfddd7d9ceaef6f2dcf387cc1Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
17a00ff54c51f6bdfddd7d9ceaef6f2dcf387cc1Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17a00ff54c51f6bdfddd7d9ceaef6f2dcf387cc1Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
5f238c3c64dd68100dc1b60f9c1e178522d1b333Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
5f238c3c64dd68100dc1b60f9c1e178522d1b333Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
2cd3c8856c97b770cc4843bfad63922e23a6f661Mark Andrews# CDDL HEADER END
744589ff64e8d98b30b746cd7a1833f77830e185Mark Andrews# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
744589ff64e8d98b30b746cd7a1833f77830e185Mark Andrews# Use is subject to license terms.
dc775799d9a5a61f485bff5b883a60cc748afaf3Evan Hunt# This makefile drives the production of the sun4u serengeti platform
0d18225b5e2d17e4bef0077212fd6927ca58dda6Evan Hunt# sun4u implementation architecture dependent
62f016d5d301713c72a59e83d3ab41170a77f674Mark Andrews# Path to the base of the uts directory tree (usually /usr/src/uts).
5ba1d3dcc5739a1f77ec2875b276b163a42ef1e8Evan Hunt# Define the module and object file sets.
1a076410c260ff1d3124ce8b7e22ac111e9cf92aEvan Hunt# Include common rules.
96a116178567d4eb22e57aba533073de9a2f9d84Evan Huntinclude $(UTSBASE)/sun4u/serengeti/Makefile.serengeti
03b5d2689df73fa9a50ff684511fa9d81f317e6cEvan Hunt# Override defaults
93aba6dcec9855cd9c69c10717f62c350ff766eaMark Andrews# Define targets
ff5ac6d4213e3e2f3f6a93db8c5e65cc170a7e2bEvan Hunt# lint pass one enforcement
330f98fe3b12535072708c273eaf59f7bf887065Evan Hunt# Default build targets.
dc1ed2622fa78dc21dda49488c496437083e17c9Evan Hunt @echo "resolving symbols against unix.o"
dd8bbbfac3f3f14235820a593f1efd8e3ba8d2faMark Andrews PLAT_DIR=$(HERE) SYM_MOD=$(HERE)/$(SYM_MOD) $(MAKE) symcheck)
99425bedc4dcd586f751148bbdcba19578c6f39eMark Andrews# Include common targets.