#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
# Copyright (c) 2011 Bayard G. Bell. All rights reserved.
#
# This makefile drives the production of the amr driver kernel module.
#
# intel implementation architecture dependent
#
#
#
UTSBASE = ../..
#
# Define the module and object file sets.
#
#
# Include common rules.
#
#
# Define targets
#
#
# Overrides
#
#
# 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.
#
#
# Depends on scsi
#
#
# Default build targets.
#
clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
install: $(INSTALL_DEPS)
#
# Include common targets.
#