Makefile revision 6f3e57ac9d0b054c3169579f3422080b8ba10105
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# This file may contain confidential information of Nvidia
# and should not be distributed in source form without approval
# from Sun Legal.
#
#ident "%Z%%M% %I% %E% SMI"
#
# driver.
#
#
#
UTSBASE = ../..
#
# Define the module and object file sets.
#
#
# Include common rules.
#
#
# Define targets
#
#
# Override defaults
#
INC_PATH += -I$(CONF_SRCDIR)
# CFLAGS += $(CINLINEFLAGS)
#
# Driver depends on GLD & IP
#
#
# For now, disable these lint checks; maintainers should endeavor
# to investigate and remove these for maximum lint coverage.
# Please do not carry these forward to new Makefiles.
#
#
# Default build targets.
#
clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
install: $(INSTALL_DEPS)
#
# Include common targets.
#