Makefile revision ae115bc77f6fcde83175c75b4206dc2e50747966
369N/A# The contents of this file are subject to the terms of the 369N/A# Common Development and Distribution License (the "License"). 369N/A# You may not use this file except in compliance with the License. 369N/A# See the License for the specific language governing permissions 369N/A# and limitations under the License. 369N/A# When distributing Covered Code, include this CDDL HEADER in each 369N/A# If applicable, add the following below this CDDL HEADER, with the 369N/A# fields enclosed by brackets "[]" replaced with your own identifying 369N/A# information: Portions Copyright [yyyy] [name of copyright owner] 369N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 369N/A# Use is subject to license terms. 6320N/A# This makefile drives the production of unix (and unix.o). 6320N/A# i86pc implementation architecture dependent 1535N/A# Define the module and object file sets. # This is UNIX_DIR. Use a short path. # instr_size needs a special header # For now, disable these lint checks; maintainers should endeavor # to investigate and remove these for maximum lint coverage. # Please do not carry these forward to new Makefiles. @
echo " .globl dboot_image" >>
$(DBOOT_S)# dboot is built as an intermediate target in dboot.o, so just make # The boot kernel is a copy of the 32-bit kernel paired with the # Special rules for generating assym.h for inclusion in assembly files. # The global lint target builds the kernel lint library (llib-lunix.ln) # which is equivalent to a lint of /unix.o. Then all kernel modules for # this architecture are linted against the kernel lint library. # Note: lint errors in the kernel lint library will be repeated for # each module. It is important that the kernel lint library # be clean to keep the textual output to a reasonable level. @-
$(ECHO) "\n$(UNIX): (library construction):" @-
$(ECHO) "\n$(DBOOT): (library construction):"# Include common targets.