Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
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 2009 Sun Microsystems, Inc. All rights reserved. 369N/A# Use is subject to license terms. 369N/A# This makefile drives the production of the ip driver 844N/A# sparc architecture dependent 369N/A# Define the module and object file sets. 369N/A# lint pass one enforcement 369N/A# For now, disable these lint checks; maintainers should endeavor 369N/A# to investigate and remove these for maximum lint coverage. 369N/A# Please do not carry these forward to new Makefiles. 369N/A# Depends on md5 and swrand (for SCTP). SCTP needs to depend on 369N/A# swrand as it needs random numbers early on during boot before # kCF subsystem can load swrand. # Include common targets. # The ip CTF data is merged into the genunix module because these types are # complex and heavily shared. The genunix build will execute one of the # rules below to create an archive, ipctf.a, containing the ip objects. The # real ip will be uniquified against genunix later in the build, and will # emerge containing very few types.