Makefile revision 22eb7cb54d8a6bcf6fe2674cb4b1f0cf2d85cfb6
116N/A# The contents of this file are subject to the terms of the 116N/A# Common Development and Distribution License (the "License"). 116N/A# You may not use this file except in compliance with the License. 116N/A# See the License for the specific language governing permissions 116N/A# and limitations under the License. 116N/A# When distributing Covered Code, include this CDDL HEADER in each 116N/A# If applicable, add the following below this CDDL HEADER, with the 116N/A# fields enclosed by brackets "[]" replaced with your own identifying 116N/A# information: Portions Copyright [yyyy] [name of copyright owner] 116N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 116N/A# Use is subject to license terms. 116N/A# ident "%Z%%M% %I% %E% SMI" 3849N/A# This makefile drives the production of the arp driver kernel module. 1273N/A# intel implementation architecture dependent 3661N/A# Define the module and object file sets. 116N/A# Extra for $(MODULE).check target 116N/A# Need to remove ipddi.o since it has non-static defines for _init etc. 116N/A# For now, disable these lint checks; maintainers should endeavor 116N/A# to investigate and remove these for maximum lint coverage. 181N/A# Please do not carry these forward to new Makefiles. # Include common targets.