#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# Copyright 2016 Joyent, Inc.
#
#
# This makefile drives the production of the ACPI CA services
# kernel module.
#
# intel architecture dependent
#
#
#
UTSBASE = ../..
#
# Define the module and object file sets.
#
#
# Include common rules.
#
#
# Define targets
#
#
# Overrides.
#
DEBUG_DEFS += $(DEBUG_FLGS)
#
# lint pass one non-enforcement
#
#
# 3rd party code is not lint clean
#
#
# Default build targets.
#
clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
install: $(INSTALL_DEPS)
#
# Include common targets.
#