Makefile.schumacher revision 1cb6af97c6f66f456d4f726ef056e1ebc0f73305
5aefb6555731130ca4fd295960123d71f2d21fe8rie# CDDL HEADER START
5aefb6555731130ca4fd295960123d71f2d21fe8rie# The contents of this file are subject to the terms of the
5aefb6555731130ca4fd295960123d71f2d21fe8rie# Common Development and Distribution License, Version 1.0 only
5aefb6555731130ca4fd295960123d71f2d21fe8rie# (the "License"). You may not use this file except in compliance
5aefb6555731130ca4fd295960123d71f2d21fe8rie# with the License.
5aefb6555731130ca4fd295960123d71f2d21fe8rie# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5aefb6555731130ca4fd295960123d71f2d21fe8rie# See the License for the specific language governing permissions
5aefb6555731130ca4fd295960123d71f2d21fe8rie# and limitations under the License.
5aefb6555731130ca4fd295960123d71f2d21fe8rie# When distributing Covered Code, include this CDDL HEADER in each
5aefb6555731130ca4fd295960123d71f2d21fe8rie# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5aefb6555731130ca4fd295960123d71f2d21fe8rie# If applicable, add the following below this CDDL HEADER, with the
5aefb6555731130ca4fd295960123d71f2d21fe8rie# fields enclosed by brackets "[]" replaced with your own identifying
5aefb6555731130ca4fd295960123d71f2d21fe8rie# information: Portions Copyright [yyyy] [name of copyright owner]
5aefb6555731130ca4fd295960123d71f2d21fe8rie# CDDL HEADER END
5aefb6555731130ca4fd295960123d71f2d21fe8rie# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
ba7866cd2cbdf574f47d4e38a1301b90744dd677Ali Bahrami# Use is subject to license terms.
5aefb6555731130ca4fd295960123d71f2d21fe8rie#pragma ident "%Z%%M% %I% %E% SMI"
5aefb6555731130ca4fd295960123d71f2d21fe8rie# Global definitions for sun4u implementation specific modules.
5aefb6555731130ca4fd295960123d71f2d21fe8rie# Define directories.
c809c407c9c41d440fda0f2f904036185432957cabROOT_SCHUMACHER_DIR = $(ROOT_PLAT_DIR)/SUNW,Netra-CP3010
ba7866cd2cbdf574f47d4e38a1301b90744dd677Ali BahramiROOT_SCHUMACHER_MOD_DIR = $(ROOT_SCHUMACHER_DIR)/kernel
5aefb6555731130ca4fd295960123d71f2d21fe8rieROOT_SCHUMACHER_MISC_DIR_32 = $(ROOT_SCHUMACHER_MOD_DIR)/misc
5aefb6555731130ca4fd295960123d71f2d21fe8rieROOT_SCHUMACHER_MISC_DIR_64 = $(ROOT_SCHUMACHER_MISC_DIR_32)/$(SUBDIR64)
5aefb6555731130ca4fd295960123d71f2d21fe8rieROOT_SCHUMACHER_DRV_DIR_32 = $(ROOT_SCHUMACHER_MOD_DIR)/drv
5aefb6555731130ca4fd295960123d71f2d21fe8rieROOT_SCHUMACHER_DRV_DIR_64 = $(ROOT_SCHUMACHER_DRV_DIR_32)/$(SUBDIR64)
5aefb6555731130ca4fd295960123d71f2d21fe8rieROOT_SCHUMACHER_CRYPTO_DIR_32 = $(ROOT_SCHUMACHER_MOD_DIR)/crypto
5aefb6555731130ca4fd295960123d71f2d21fe8rieROOT_SCHUMACHER_CRYPTO_DIR_64 = $(ROOT_SCHUMACHER_CRYPTO_DIR_32)/$(SUBDIR64)
5aefb6555731130ca4fd295960123d71f2d21fe8rieROOT_SCHUMACHER_MISC_DIR = $(ROOT_SCHUMACHER_MISC_DIR_$(CLASS))
5aefb6555731130ca4fd295960123d71f2d21fe8rieROOT_SCHUMACHER_DRV_DIR = $(ROOT_SCHUMACHER_DRV_DIR_$(CLASS))
5aefb6555731130ca4fd295960123d71f2d21fe8rieROOT_SCHUMACHER_CRYPTO_DIR = $(ROOT_SCHUMACHER_CRYPTO_DIR_$(CLASS))
981a172d53aeb81520fcfecf6ab2615277c7bd18abROOT_PLAT_MOD_DIRS += $(ROOT_SCHUMACHER_MOD_DIR)
981a172d53aeb81520fcfecf6ab2615277c7bd18abROOT_PLAT_MISC_DIRS += $(ROOT_SCHUMACHER_MISC_DIR)
5aefb6555731130ca4fd295960123d71f2d21fe8rieUSR_SCHUMACHER_DIR = $(USR_PLAT_DIR)/SUNW,Netra-CP3010
31fdd7ca2d295948f9f1bcc2a1178c66467bca63abUSR_SCHUMACHER_LINKED_DIR = $(USR_PLAT_DIR)/$(LINKED_PLATFORM)
5aefb6555731130ca4fd295960123d71f2d21fe8rieUSR_SCHUMACHER_INC_DIR = $(USR_SCHUMACHER_DIR)/include
c809c407c9c41d440fda0f2f904036185432957cabUSR_SCHUMACHER_ISYS_DIR = $(USR_SCHUMACHER_INC_DIR)/sys
c809c407c9c41d440fda0f2f904036185432957cabUSR_SCHUMACHER_SBIN_DIR = $(USR_SCHUMACHER_DIR)/sbin
981a172d53aeb81520fcfecf6ab2615277c7bd18abUSR_SCHUMACHER_SBIN_EEPROM = $(USR_SCHUMACHER_SBIN_DIR)/eeprom
981a172d53aeb81520fcfecf6ab2615277c7bd18abUSR_SCHUMACHER_SBIN_PRTDIAG = $(USR_SCHUMACHER_SBIN_DIR)/prtdiag
981a172d53aeb81520fcfecf6ab2615277c7bd18abUSR_SCHUMACHER_SBIN_TRAPSTAT = $(USR_SCHUMACHER_SBIN_DIR)/trapstat
981a172d53aeb81520fcfecf6ab2615277c7bd18abUSR_SCHUMACHER_SBIN_FRUADM = $(USR_SCHUMACHER_SBIN_DIR)/fruadm
981a172d53aeb81520fcfecf6ab2615277c7bd18abUSR_SCHUMACHER_LIB_DIR = $(USR_SCHUMACHER_DIR)/lib
981a172d53aeb81520fcfecf6ab2615277c7bd18abSCHUMACHER_LINT_LIB_DIR= $(UTSBASE)/$(PLATFORM)/schumacher/lint-libs/$(OBJS_DIR)
981a172d53aeb81520fcfecf6ab2615277c7bd18ab# Define objects.
981a172d53aeb81520fcfecf6ab2615277c7bd18abSCHUMACHER_OBJS = schumacher.o
c809c407c9c41d440fda0f2f904036185432957cab# Define modules.
981a172d53aeb81520fcfecf6ab2615277c7bd18abSCHUMACHER_KMODS = platmod
981a172d53aeb81520fcfecf6ab2615277c7bd18ab# Links to UltraSparc III cyrpto modules
c809c407c9c41d440fda0f2f904036185432957cabSCHUMACHER_CRYPTO_LINKS = aes
981a172d53aeb81520fcfecf6ab2615277c7bd18ab# Include common rules.
981a172d53aeb81520fcfecf6ab2615277c7bd18abinclude $(UTSBASE)/sun4u/Makefile.sun4u