4141N/A#
4141N/A# CDDL HEADER START
4141N/A#
4141N/A# The contents of this file are subject to the terms of the
4141N/A# Common Development and Distribution License (the "License").
4141N/A# You may not use this file except in compliance with the License.
4141N/A#
4141N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4141N/A# or http://www.opensolaris.org/os/licensing.
4141N/A# See the License for the specific language governing permissions
4141N/A# and limitations under the License.
4141N/A#
4141N/A# When distributing Covered Code, include this CDDL HEADER in each
4141N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4141N/A# If applicable, add the following below this CDDL HEADER, with the
4141N/A# fields enclosed by brackets "[]" replaced with your own identifying
4141N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4141N/A#
4141N/A# CDDL HEADER END
4141N/A#
4141N/A#
4141N/A# uts/intel/conskbd/Makefile
4141N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
4141N/A# Use is subject to license terms.
4309N/A#
4309N/A#ident "%Z%%M% %I% %E% SMI"
4141N/A#
4302N/A# This makefile drives the production of the conskbd driver
4141N/A#
4141N/A# intel implementation architecture dependent
4309N/A#
4302N/A
4302N/A#
4302N/A# Path to the base of the uts directory tree (usually /usr/src/uts).
4302N/A#
4302N/AUTSBASE = ../..
4302N/A
4141N/A#
4309N/A# Define the module and object file sets.
4141N/A#
4309N/AMODULE = conskbd
4302N/AOBJECTS = $(CONSKBD_OBJS:%=$(OBJS_DIR)/%)
4302N/ALINTS = $(CONSKBD_OBJS:%.o=$(LINTS_DIR)/%.ln)
4302N/AROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
4302N/ACONF_SRCDIR = $(UTSBASE)/common/io
4302N/A
4302N/A#
4302N/A# Include common rules.
4302N/A#
4302N/Ainclude $(UTSBASE)/intel/Makefile.intel
4302N/A
4141N/A#
4141N/A# Define targets
4141N/A#
4302N/AALL_TARGET = $(BINARY) $(SRC_CONFFILE)
4302N/ALINT_TARGET = $(MODULE).lint
4302N/AINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
4302N/A
4302N/A
4141N/A
4141N/ALDFLAGS = -dy -Nmisc/kbtrans
4309N/A
4302N/A#
4302N/A# For now, disable these lint checks; maintainers should endeavor
4302N/A# to investigate and remove these for maximum lint coverage.
4309N/A# Please do not carry these forward to new Makefiles.
4302N/A#
4141N/ALINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
4141N/A
4309N/A#
4309N/A# Default build targets.
4309N/A#
.KEEP_STATE:
def: $(DEF_DEPS)
all: $(ALL_DEPS)
clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
lint: $(LINT_DEPS)
modlintlib: $(MODLINTLIB_DEPS)
clean.lint: $(CLEAN_LINT_DEPS)
install: $(INSTALL_DEPS)
#
# Include common targets.
#
include $(UTSBASE)/intel/Makefile.targ