Makefile revision c0e7977a434048a8bc7386ea0e8befaa77a646cf
aca8fb94414cb0e7cd21e6d0c205b95f9dc03500mrossign# CDDL HEADER START
aca8fb94414cb0e7cd21e6d0c205b95f9dc03500mrossign# The contents of this file are subject to the terms of the
aca8fb94414cb0e7cd21e6d0c205b95f9dc03500mrossign# Common Development and Distribution License (the "License").
aca8fb94414cb0e7cd21e6d0c205b95f9dc03500mrossign# You may not use this file except in compliance with the License.
aca8fb94414cb0e7cd21e6d0c205b95f9dc03500mrossign# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
aca8fb94414cb0e7cd21e6d0c205b95f9dc03500mrossign# See the License for the specific language governing permissions
aca8fb94414cb0e7cd21e6d0c205b95f9dc03500mrossign# and limitations under the License.
aca8fb94414cb0e7cd21e6d0c205b95f9dc03500mrossign# When distributing Covered Code, include this CDDL HEADER in each
aca8fb94414cb0e7cd21e6d0c205b95f9dc03500mrossign# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
aca8fb94414cb0e7cd21e6d0c205b95f9dc03500mrossign# If applicable, add the following below this CDDL HEADER, with the
aca8fb94414cb0e7cd21e6d0c205b95f9dc03500mrossign# fields enclosed by brackets "[]" replaced with your own identifying
aca8fb94414cb0e7cd21e6d0c205b95f9dc03500mrossign# information: Portions Copyright [yyyy] [name of copyright owner]
aca8fb94414cb0e7cd21e6d0c205b95f9dc03500mrossign# CDDL HEADER END
aca8fb94414cb0e7cd21e6d0c205b95f9dc03500mrossign# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
aca8fb94414cb0e7cd21e6d0c205b95f9dc03500mrossign# Use is subject to license terms.
aca8fb94414cb0e7cd21e6d0c205b95f9dc03500mrossign# This makefile drives the production of all implementation architecture
aca8fb94414cb0e7cd21e6d0c205b95f9dc03500mrossign# independent modules for the SPARC processor. (For those unsure, this
aca8fb94414cb0e7cd21e6d0c205b95f9dc03500mrossign# means the module will run on all SPARC processor based machines
e47a16faaa110f5dc356f905668406dbeaae7274JnRouvignac# running SunOS.)
aca8fb94414cb0e7cd21e6d0c205b95f9dc03500mrossign.PARALLEL: $(PARALLEL_KMODS) $(XMODS) config $(LINT_DEPS)
aca8fb94414cb0e7cd21e6d0c205b95f9dc03500mrossigndef all install clean clobber modlist: $(KMODS) $(XMODS) config
e47a16faaa110f5dc356f905668406dbeaae7274JnRouvignac @if [ -f $@/Makefile ]; then \
e47a16faaa110f5dc356f905668406dbeaae7274JnRouvignac# Full kernel lint target.