2035N/A#
2035N/A# CDDL HEADER START
2035N/A#
2035N/A# The contents of this file are subject to the terms of the
2035N/A# Common Development and Distribution License, Version 1.0 only
2035N/A# (the "License"). You may not use this file except in compliance
2035N/A# with the License.
2035N/A#
2035N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2035N/A# or http://www.opensolaris.org/os/licensing.
2035N/A# See the License for the specific language governing permissions
2035N/A# and limitations under the License.
2035N/A#
2035N/A# When distributing Covered Code, include this CDDL HEADER in each
2035N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2035N/A# If applicable, add the following below this CDDL HEADER, with the
2035N/A# fields enclosed by brackets "[]" replaced with your own identifying
2035N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2035N/A#
2035N/A# CDDL HEADER END
2035N/A#
2035N/A#
2035N/A# uts/sun4u/gpio_87317/Makefile
2035N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
2035N/A# Use is subject to license terms.
2035N/A#
2035N/A
2035N/A#
2035N/A# This makefile drives the production of gpio_87317 driver
2035N/A#
2035N/A# sun4u implementation architecture dependent
2035N/A#
2035N/A
2035N/A#
2035N/A# Path to the base of the uts directory tree (usually /usr/src/uts).
2035N/A#
2035N/AUTSBASE = ../..
2035N/A
2035N/A#
2035N/A# Define the module and object file sets.
2035N/A#
2035N/AMODULE = gpio_87317
2035N/AOBJECTS = $(GPIO_87317_OBJS:%=$(OBJS_DIR)/%)
2035N/ALINTS = $(GPIO_87317_OBJS:%.o=$(LINTS_DIR)/%.ln)
2035N/AROOTMODULE = $(ROOT_PSM_DRV_DIR)/$(MODULE)
2035N/A
2035N/A#
2035N/A# Include common rules.
2035N/A#
2035N/Ainclude $(UTSBASE)/sun4u/Makefile.sun4u
2035N/A
2035N/A#
2035N/A# Define targets
2035N/A#
2035N/AALL_TARGET = $(BINARY)
2035N/ALINT_TARGET = $(MODULE).lint
2035N/AINSTALL_TARGET = $(BINARY) $(ROOTMODULE)
2035N/A
2035N/A#
2035N/A# lint pass one enforcement
#
CFLAGS += $(CCVERBOSE)
CERRWARN += -_gcc=-Wno-parentheses
#
# Default build targets.
#
.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)/sun4u/Makefile.targ