Makefile revision 8793b36b40d14ad0a0fecc97738dc118a928f46c
15153N/A# The contents of this file are subject to the terms of the 10017N/A# Common Development and Distribution License (the "License"). 10017N/A# You may not use this file except in compliance with the License. 15153N/A# See the License for the specific language governing permissions 10017N/A# and limitations under the License. 10017N/A# When distributing Covered Code, include this CDDL HEADER in each 10017N/A# If applicable, add the following below this CDDL HEADER, with the 10017N/A# fields enclosed by brackets "[]" replaced with your own identifying 15243N/A# information: Portions Copyright [yyyy] [name of copyright owner] 10017N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 10017N/A# Use is subject to license terms. 10017N/A# i86xpv implementation architecture dependent 15153N/A# Define the module and object file sets. 15153N/A# This is UNIX_DIR. Use a short path. 15153N/A# instr_size needs a special header 10017N/A# For now, disable these lint checks; maintainers should endeavor 10017N/A# to investigate and remove these for maximum lint coverage. 10017N/A# Please do not carry these forward to new Makefiles. 15153N/A# Ensure that lint sees 'struct cpu' containing a fully declared 15153N/A# Special rules for generating assym.h for inclusion in assembly files. 10017N/A# which is equivalent to a lint of /unix.o. Then all kernel modules for 15153N/A# this architecture are linted against the kernel lint library. 10017N/A# Note: lint errors in the kernel lint library will be repeated for 10017N/A# each module. It is important that the kernel lint library 10017N/A# be clean to keep the textual output to a reasonable level.