146N/A#
146N/A# CDDL HEADER START
146N/A#
146N/A# The contents of this file are subject to the terms of the
146N/A# Common Development and Distribution License (the "License").
146N/A# You may not use this file except in compliance with the License.
146N/A#
146N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
146N/A# or http://www.opensolaris.org/os/licensing.
146N/A# See the License for the specific language governing permissions
146N/A# and limitations under the License.
146N/A#
146N/A# When distributing Covered Code, include this CDDL HEADER in each
146N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
146N/A# If applicable, add the following below this CDDL HEADER, with the
146N/A# fields enclosed by brackets "[]" replaced with your own identifying
146N/A# information: Portions Copyright [yyyy] [name of copyright owner]
146N/A#
146N/A# CDDL HEADER END
146N/A#
146N/A#
146N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
146N/A# Use is subject to license terms.
146N/A#
146N/A
146N/AMODULE = cpumem-retire
146N/ACLASS = common
146N/ASRCS = \
146N/A cma_main.c \
146N/A cma_cpu.c \
146N/A cma_cpu_arch.c \
146N/A cma_page.c \
146N/A cma_page_arch.c
146N/A
146N/ASRCS_sparc = cma_cache.c
146N/A
146N/ASRCS += $(SRCS_$(MACH))
146N/A
146N/Ainclude ../../Makefile.plugin
146N/A
146N/ACMA_VERSION = "1.1"
146N/A
146N/AINCDIRS = .
146N/A$(SPARC_BLD)INCDIRS += $(SRC)/uts/sun4u
146N/A
146N/ACPPFLAGS += $(INCDIRS:%=-I%) -DCMA_VERSION='$(CMA_VERSION)'
146N/A
146N/ALDFLAGS += -R/usr/lib/fm
146N/ALDLIBS += -L$(ROOTLIB)/fm -lfmd_agent
146N/A