Makefile revision f985abb4a2473d3c04b086f7c9fab177e368ffef
2f172c55ef76964744bc62b4500ece87f3089b4dRobert Thurlow# CDDL HEADER START
2f172c55ef76964744bc62b4500ece87f3089b4dRobert Thurlow# The contents of this file are subject to the terms of the
2f172c55ef76964744bc62b4500ece87f3089b4dRobert Thurlow# Common Development and Distribution License (the "License").
2f172c55ef76964744bc62b4500ece87f3089b4dRobert Thurlow# You may not use this file except in compliance with the License.
2f172c55ef76964744bc62b4500ece87f3089b4dRobert Thurlow# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2f172c55ef76964744bc62b4500ece87f3089b4dRobert Thurlow# See the License for the specific language governing permissions
2f172c55ef76964744bc62b4500ece87f3089b4dRobert Thurlow# and limitations under the License.
2f172c55ef76964744bc62b4500ece87f3089b4dRobert Thurlow# When distributing Covered Code, include this CDDL HEADER in each
2f172c55ef76964744bc62b4500ece87f3089b4dRobert Thurlow# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2f172c55ef76964744bc62b4500ece87f3089b4dRobert Thurlow# If applicable, add the following below this CDDL HEADER, with the
2f172c55ef76964744bc62b4500ece87f3089b4dRobert Thurlow# fields enclosed by brackets "[]" replaced with your own identifying
2f172c55ef76964744bc62b4500ece87f3089b4dRobert Thurlow# information: Portions Copyright [yyyy] [name of copyright owner]
2f172c55ef76964744bc62b4500ece87f3089b4dRobert Thurlow# CDDL HEADER END
2f172c55ef76964744bc62b4500ece87f3089b4dRobert Thurlow# Copyright 2014 Gary Mills
2f172c55ef76964744bc62b4500ece87f3089b4dRobert Thurlow# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
2f172c55ef76964744bc62b4500ece87f3089b4dRobert Thurlow# Use is subject to license terms.
2f172c55ef76964744bc62b4500ece87f3089b4dRobert ThurlowTOPDIR = ../../../../..
2f172c55ef76964744bc62b4500ece87f3089b4dRobert Thurlow#ARCHMMU = sfmmu
2f172c55ef76964744bc62b4500ece87f3089b4dRobert ThurlowARCH_C_SRC = sun4u_memlist.c sun4x_standalloc.c sun4dep.c
2f172c55ef76964744bc62b4500ece87f3089b4dRobert ThurlowLDFLAGS += -L$(TOPDIR)/psm/stand/lib/promif/$(TARG_MACH)/$(PROMVERS)/common
2f172c55ef76964744bc62b4500ece87f3089b4dRobert Thurlow# The following libraries are build in LIBPLAT_DIR
2f172c55ef76964744bc62b4500ece87f3089b4dRobert ThurlowLIBPLAT_DIR = $(TOPDIR)/psm/stand/lib/promif/$(TARG_MACH)/$(PROMVERS)/$(PLATFORM)
2f172c55ef76964744bc62b4500ece87f3089b4dRobert ThurlowLIBPLAT_L_LIBS= $(LIBPLAT_LIBS:lib%.a=llib-l%.ln)
2f172c55ef76964744bc62b4500ece87f3089b4dRobert ThurlowLIBPLAT_DEP_L = $(LIBPLAT_DIR)/$(LIBPLAT_L_LIBS)
2f172c55ef76964744bc62b4500ece87f3089b4dRobert Thurlow# Platform specific libraries
2f172c55ef76964744bc62b4500ece87f3089b4dRobert ThurlowCPPINCS += -I$(TOPDIR)/psm/stand/boot/sparc/sun4
$(LIBPLAT_LIBS)
#include $(BOOTSRCDIR)/Makefile.rules
FRC:
$(MCS) -d $@
$(POST_PROCESS)
$(MCS) -c $@
$(STRIP) $@
$(INS.dir)
$(INS.dir)