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