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