Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
a6f38f62fe74ddb5ba0587915bf9ddc0294c9b09coulbeck# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
a6f38f62fe74ddb5ba0587915bf9ddc0294c9b09coulbeck# Use is subject to license terms.
a6f38f62fe74ddb5ba0587915bf9ddc0294c9b09coulbeck# ident "%Z%%M% %I% %E% SMI"
a6f38f62fe74ddb5ba0587915bf9ddc0294c9b09coulbeck# This makefile drives the production of the aac driver kernel module.
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# intel implementation architecture dependent
a6f38f62fe74ddb5ba0587915bf9ddc0294c9b09coulbeck# Path to the base of the uts directory tree (usually /usr/src/uts).
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# Define the module and object file sets.
a6f38f62fe74ddb5ba0587915bf9ddc0294c9b09coulbeck# Include common rules.
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# Define targets
a6f38f62fe74ddb5ba0587915bf9ddc0294c9b09coulbeckINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE) $(ROOT_ITUFILE)
a6f38f62fe74ddb5ba0587915bf9ddc0294c9b09coulbeck# Default build targets.
a6f38f62fe74ddb5ba0587915bf9ddc0294c9b09coulbeck#.KEEP_STATE:
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# Include common targets.