Makefile revision 7b1019a6d29ccb7999dc76cba3dde1c627e8e609
9124bd631acffcf0a44789785377735f172b4b7fgryzor# CDDL HEADER START
9124bd631acffcf0a44789785377735f172b4b7fgryzor# The contents of this file are subject to the terms of the
9124bd631acffcf0a44789785377735f172b4b7fgryzor# Common Development and Distribution License (the "License").
9124bd631acffcf0a44789785377735f172b4b7fgryzor# You may not use this file except in compliance with the License.
9124bd631acffcf0a44789785377735f172b4b7fgryzor# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9124bd631acffcf0a44789785377735f172b4b7fgryzor# See the License for the specific language governing permissions
9124bd631acffcf0a44789785377735f172b4b7fgryzor# and limitations under the License.
9124bd631acffcf0a44789785377735f172b4b7fgryzor# When distributing Covered Code, include this CDDL HEADER in each
9124bd631acffcf0a44789785377735f172b4b7fgryzor# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9124bd631acffcf0a44789785377735f172b4b7fgryzor# If applicable, add the following below this CDDL HEADER, with the
9124bd631acffcf0a44789785377735f172b4b7fgryzor# fields enclosed by brackets "[]" replaced with your own identifying
9124bd631acffcf0a44789785377735f172b4b7fgryzor# information: Portions Copyright [yyyy] [name of copyright owner]
9124bd631acffcf0a44789785377735f172b4b7fgryzor# CDDL HEADER END
9124bd631acffcf0a44789785377735f172b4b7fgryzor# Copyright (c) 2009, Intel Corporation.
9124bd631acffcf0a44789785377735f172b4b7fgryzor# All rights reserved.
9124bd631acffcf0a44789785377735f172b4b7fgryzor# Copyright 2016, Joyent, Inc.
9124bd631acffcf0a44789785377735f172b4b7fgryzor# This makefile drives the production of the ACPI virtual nexus
9124bd631acffcf0a44789785377735f172b4b7fgryzor# kernel module.
9124bd631acffcf0a44789785377735f172b4b7fgryzor# intel platform dependent
9124bd631acffcf0a44789785377735f172b4b7fgryzor# Path to the base of the uts directory tree (usually /usr/src/uts).
9124bd631acffcf0a44789785377735f172b4b7fgryzor# Define the module and object file sets.
9124bd631acffcf0a44789785377735f172b4b7fgryzor# Include common rules.
9124bd631acffcf0a44789785377735f172b4b7fgryzor# Define targets
9124bd631acffcf0a44789785377735f172b4b7fgryzor# Depends on acpica ACPI CA interpreter
9124bd631acffcf0a44789785377735f172b4b7fgryzor# Default build targets.
9124bd631acffcf0a44789785377735f172b4b7fgryzor# Include common targets.