#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#
#
# This makefile drives the framework of agp protocol
# (agptarget) kernel module.
#
#
#
UTSBASE = ../..
#
# Define the module and object file sets.
#
#
# dependency
#
#
# Include common rules.
#
#
# Define targets
#
#
# Default build targets.
#
clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
install: $(INSTALL_DEPS)
#
# Include common targets.
#