Makefile revision 24da5b34f49324ed742a340010ed5bd3d4e06625
58N/A# The contents of this file are subject to the terms of the 58N/A# Common Development and Distribution License (the "License"). 58N/A# You may not use this file except in compliance with the License. 58N/A# See the License for the specific language governing permissions 58N/A# and limitations under the License. 58N/A# When distributing Covered Code, include this CDDL HEADER in each 58N/A# If applicable, add the following below this CDDL HEADER, with the 58N/A# fields enclosed by brackets "[]" replaced with your own identifying 58N/A# information: Portions Copyright [yyyy] [name of copyright owner] 58N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 58N/A# Use is subject to license terms. 234N/A# ident "%Z%%M% %I% %E% SMI" 639N/A# This makefile drives the production of /unix (and unix.o). 234N/A# sun4v implementation architecture dependent 667N/A# Define the module and object file sets. 58N/A# Include common rules. 1100N/A# This is UNIX_DIR. Use a short path. 1016N/A# Turn on doubleword alignment for 64 bit counter timer registers 993N/A# For now, disable these lint checks; maintainers should endeavor 1185N/A# to investigate and remove these for maximum lint coverage. 1185N/A# Please do not carry these forward to new Makefiles. 112N/A# Special rules for generating assym.h for inclusion in assembly files. 816N/A# CPU_OBJ now comprises of 2 object files which come from sun4 common 993N/A# and from architecture dependent code. OBJS_DIR is prepended where 1016N/A# CPU_OBJ is defined to allow for building multiple CPU_OBJ's 1185N/A# which is equivalent to a lint of /unix.o. Then all kernel modules for 1190N/A# this architecture are linted against the kernel lint library. 1185N/A# Note: lint errors in the kernel lint library will be repeated for 1185N/A# each module. It is important that the kernel lint library 1185N/A# be clean to keep the textual output to a reasonable level.