Makefile revision 7d87efa8fdfb9453670f2832df666fdae8291a84
742N/A# The contents of this file are subject to the terms of the 742N/A# Common Development and Distribution License (the "License"). 742N/A# You may not use this file except in compliance with the License. 742N/A# See the License for the specific language governing permissions 742N/A# and limitations under the License. 742N/A# When distributing Covered Code, include this CDDL HEADER in each 742N/A# If applicable, add the following below this CDDL HEADER, with the 742N/A# fields enclosed by brackets "[]" replaced with your own identifying 742N/A# information: Portions Copyright [yyyy] [name of copyright owner] 742N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 742N/A# Use is subject to license terms. 742N/A# This makefile drives the production of all implementation architecture 742N/A# independent modules for Intel processors. # dprov is delivered in the SUNWcryptoint package. # NOTE: The rules for generating priv_const.c file are shared between all # processor architectures and and should be kept in sync. If they are changed in # this file make sure that sparc rules are updated as well. # The uts/Makefile defines build parallelism for x86 platforms such that i86pc, # i86xpv and intel are all built in parallel. This requires building certain # parts before the parallel build can start. The uts/Makefile appends the # '.prereq' string to the original target and executes this Makefile to build # any prerequisites needed before the full parallel build can start. After that # make continues with normal targets. # Any build prerequisites for x86 builds should be described here. # genassym is used to build intel/dtrace and genunix, so it should be built # genunix is used by everyone to ctf-merge with. Genunix is CTF-merged with # intel/ip so as a side effect this dependency builds intel/ip as part of the # i86pc lint libraries should be built first # Nothing to do for any other prerequisite targets. # Work-around to disable acpica global crosscheck lint warnings # Full kernel lint target. # workaround for multiply defined errors @-
$(ECHO) "\nFULL KERNEL: global crosschecks:" sed -e
"/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \