Makefile revision bb25c06cca41ca78e5fb87fbb8e81d55beb18c95
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# CDDL HEADER START
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
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#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# or http://www.opensolaris.org/os/licensing.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# See the License for the specific language governing permissions
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# and limitations under the License.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# When distributing Covered Code, include this CDDL HEADER in each
ed22c7109fc5dd9e1b7a5d0333bdc7ad2718e2abYuri Pankov# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ed22c7109fc5dd9e1b7a5d0333bdc7ad2718e2abYuri Pankov# If applicable, add the following below this CDDL HEADER, with the
ed22c7109fc5dd9e1b7a5d0333bdc7ad2718e2abYuri Pankov# fields enclosed by brackets "[]" replaced with your own identifying
7fc68ddf208200ddeef6f09e60ab0fbf0e919feaAlbert Lee# information: Portions Copyright [yyyy] [name of copyright owner]
ed22c7109fc5dd9e1b7a5d0333bdc7ad2718e2abYuri Pankov#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# CDDL HEADER END
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# uts/intel/kaio/Makefile
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
ed22c7109fc5dd9e1b7a5d0333bdc7ad2718e2abYuri Pankov# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
ed22c7109fc5dd9e1b7a5d0333bdc7ad2718e2abYuri Pankov# Use is subject to license terms.
ed22c7109fc5dd9e1b7a5d0333bdc7ad2718e2abYuri Pankov#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#ident "%Z%%M% %I% %E% SMI"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# This makefile drives the production of the kaio driver kernel module.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# intel architecture dependent
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Path to the base of the uts directory tree (usually /usr/src/uts).
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweUTSBASE = ../..
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Define the module and object file sets.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweMODULE = kaio
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweOBJECTS = $(KAIO_OBJS:%=$(OBJS_DIR)/%)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweLINTS = $(KAIO_OBJS:%.o=$(LINTS_DIR)/%.ln)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweROOTMODULE = $(ROOT_SYS_DIR)/$(MODULE)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Include common rules.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweinclude $(UTSBASE)/intel/Makefile.intel
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Define targets
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweALL_TARGET = $(BINARY)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweLINT_TARGET = $(MODULE).lint
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweINSTALL_TARGET = $(BINARY) $(ROOTMODULE)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Override defaults to build a unique, local modstubs.o.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary MillsMODSTUBS_DIR = $(OBJS_DIR)
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills$(MODSTUBS_O) := AS_CPPFLAGS += -DKAIO_MODULE
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary MillsCLEANFILES += $(MODSTUBS_O)
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# For now, disable these lint checks; maintainers should endeavor
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# to investigate and remove these for maximum lint coverage.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Please do not carry these forward to new Makefiles.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweLINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweLINTTAGS += -erroff=E_ASSIGN_NARROW_CONV
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Default build targets.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe.KEEP_STATE:
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowedef: $(DEF_DEPS)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweall: $(ALL_DEPS)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweclean: $(CLEAN_DEPS)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweclobber: $(CLOBBER_DEPS)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowelint: $(LINT_DEPS)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowemodlintlib: $(MODLINTLIB_DEPS)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweclean.lint: $(CLEAN_LINT_DEPS)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweinstall: $(INSTALL_DEPS)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Include common targets.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweinclude $(UTSBASE)/intel/Makefile.targ
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe