Makefile revision bb25c06cca41ca78e5fb87fbb8e81d55beb18c95
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# CDDL HEADER START
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# The contents of this file are subject to the terms of the
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Common Development and Distribution License (the "License").
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# You may not use this file except in compliance with the License.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# See the License for the specific language governing permissions
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# and limitations under the License.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# When distributing Covered Code, include this CDDL HEADER in each
3c9168fa8e9c30d55b3aa2fde74bd7da46df53f5Hans Rosenfeld# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5886b388693aede815c0cf5262e123d4677cd72cGarrett D'Amore# If applicable, add the following below this CDDL HEADER, with the
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# fields enclosed by brackets "[]" replaced with your own identifying
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# information: Portions Copyright [yyyy] [name of copyright owner]
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# CDDL HEADER END
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# Use is subject to license terms.
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov#ident "%Z%%M% %I% %E% SMI"
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# This makefile drives the production of the conskbd driver
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# sparc architecture dependent
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# Path to the base of the uts directory tree (usually /usr/src/uts).
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# Define the module and object file sets.
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# Include common rules.
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# Define targets
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# For now, disable these lint checks; maintainers should endeavor
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# to investigate and remove these for maximum lint coverage.
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# Please do not carry these forward to new Makefiles.
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# Default build targets.
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# Include common targets.