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