10Sstevel@tonic-gate#!/bin/sh 20Sstevel@tonic-gate# 30Sstevel@tonic-gate# CDDL HEADER START 40Sstevel@tonic-gate# 50Sstevel@tonic-gate# The contents of this file are subject to the terms of the 64271Srie# Common Development and Distribution License (the "License"). 74271Srie# You may not use this file except in compliance with the License. 80Sstevel@tonic-gate# 90Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 100Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 110Sstevel@tonic-gate# See the License for the specific language governing permissions 120Sstevel@tonic-gate# and limitations under the License. 130Sstevel@tonic-gate# 140Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 150Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 160Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 170Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 180Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 190Sstevel@tonic-gate# 200Sstevel@tonic-gate# CDDL HEADER END 210Sstevel@tonic-gate# 224271Srie 230Sstevel@tonic-gate# 24*12163SRamaswamy.Tummala@Sun.COM# Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. 250Sstevel@tonic-gate# 260Sstevel@tonic-gate 2711838SLiane.Praza@Sun.COM# 280Sstevel@tonic-gate# This file brings down all that is needed to build the 290Sstevel@tonic-gate# core Infiniband code. 300Sstevel@tonic-gate# 310Sstevel@tonic-gate 320Sstevel@tonic-gate# header files 330Sstevel@tonic-gatefind_files "s.*.h" \ 340Sstevel@tonic-gate usr/src/uts/common/sys/ib \ 350Sstevel@tonic-gate usr/src/uts/common/sys \ 360Sstevel@tonic-gate usr/src/uts/sparc/sys \ 370Sstevel@tonic-gate usr/src/uts/sparc/v7/sys \ 380Sstevel@tonic-gate usr/src/uts/sparc/v9/sys \ 390Sstevel@tonic-gate usr/src/uts/sun/sys \ 400Sstevel@tonic-gate usr/src/uts/intel/sys \ 410Sstevel@tonic-gate usr/src/uts/intel/ia32/sys \ 420Sstevel@tonic-gate usr/src/uts/common/rpc \ 430Sstevel@tonic-gate usr/src/uts/common/netinet \ 440Sstevel@tonic-gate usr/src/uts/common/inet \ 450Sstevel@tonic-gate usr/src/uts/common/net \ 460Sstevel@tonic-gate usr/src/uts/common/vm \ 470Sstevel@tonic-gate usr/src/uts/common/gssapi 480Sstevel@tonic-gate 490Sstevel@tonic-gate# cfgadm plugin directory 500Sstevel@tonic-gatefind_files "s.*" \ 510Sstevel@tonic-gate usr/src/lib/cfgadm_plugins/ib 520Sstevel@tonic-gate 530Sstevel@tonic-gate# warlock 540Sstevel@tonic-gatefind_files "s.*" \ 550Sstevel@tonic-gate usr/src/uts/common/io/warlock 560Sstevel@tonic-gate 570Sstevel@tonic-gate# to compile the drivers/modules 580Sstevel@tonic-gatefind_files "s.*" \ 590Sstevel@tonic-gate usr/src/uts/sparc/ib \ 600Sstevel@tonic-gate usr/src/uts/sparc/ibcm \ 610Sstevel@tonic-gate usr/src/uts/sparc/ibdm \ 620Sstevel@tonic-gate usr/src/uts/sparc/ibmf \ 630Sstevel@tonic-gate usr/src/uts/sparc/ibtl \ 64*12163SRamaswamy.Tummala@Sun.COM usr/src/uts/sparc/ibp \ 650Sstevel@tonic-gate usr/src/uts/sparc/rpcib \ 660Sstevel@tonic-gate usr/src/uts/intel/ib \ 670Sstevel@tonic-gate usr/src/uts/intel/ibcm \ 680Sstevel@tonic-gate usr/src/uts/intel/ibdm \ 690Sstevel@tonic-gate usr/src/uts/intel/ibmf \ 700Sstevel@tonic-gate usr/src/uts/intel/ibtl \ 71*12163SRamaswamy.Tummala@Sun.COM usr/src/uts/intel/ibp \ 72929Ssrust usr/src/uts/intel/rpcib 730Sstevel@tonic-gate 740Sstevel@tonic-gate# packaging files 7511838SLiane.Praza@Sun.COMfind_files "s.*" usr/src/pkg/license_files 7611838SLiane.Praza@Sun.COMecho_file usr/src/pkg/manifests/SUNWib.mf 7711838SLiane.Praza@Sun.COMecho_file usr/src/pkg/manifests/SUNWtavor.mf 780Sstevel@tonic-gate 790Sstevel@tonic-gate# extra files needed 800Sstevel@tonic-gatefind_files "s.*" \ 810Sstevel@tonic-gate usr/src/uts/common/os \ 820Sstevel@tonic-gate usr/src/uts/common/rpc \ 830Sstevel@tonic-gate usr/src/uts/intel/asm \ 840Sstevel@tonic-gate usr/src/uts/intel/amd64 850Sstevel@tonic-gate 860Sstevel@tonic-gate# lvm 870Sstevel@tonic-gatefind_files "s.*.x" \ 880Sstevel@tonic-gate usr/src/uts/common/sys/lvm 890Sstevel@tonic-gate 900Sstevel@tonic-gate# makefiles 910Sstevel@tonic-gateecho_file usr/src/Makefile.master 920Sstevel@tonic-gateecho_file usr/src/Makefile.master.64 930Sstevel@tonic-gateecho_file usr/src/req.flg 940Sstevel@tonic-gateecho_file usr/src/Makefile.psm 950Sstevel@tonic-gateecho_file usr/src/Makefile.psm.targ 960Sstevel@tonic-gateecho_file usr/src/uts/Makefile 970Sstevel@tonic-gateecho_file usr/src/uts/Makefile.targ 980Sstevel@tonic-gateecho_file usr/src/uts/Makefile.uts 990Sstevel@tonic-gateecho_file usr/src/uts/sun/Makefile.files 1000Sstevel@tonic-gateecho_file usr/src/uts/sun/Makefile.rules 1010Sstevel@tonic-gateecho_file usr/src/uts/common/Makefile.files 1020Sstevel@tonic-gateecho_file usr/src/uts/common/Makefile.rules 1030Sstevel@tonic-gateecho_file usr/src/uts/common/sys/Makefile 1040Sstevel@tonic-gateecho_file usr/src/uts/common/sys/lvm/Makefile 1050Sstevel@tonic-gateecho_file usr/src/uts/sparc/Makefile 1060Sstevel@tonic-gateecho_file usr/src/uts/sparc/Makefile.files 1070Sstevel@tonic-gateecho_file usr/src/uts/sparc/Makefile.rules 1080Sstevel@tonic-gateecho_file usr/src/uts/sparc/Makefile.sparc 1091167Skupferecho_file usr/src/uts/sparc/Makefile.sparc.shared 1100Sstevel@tonic-gateecho_file usr/src/uts/sparc/Makefile.targ 1111167Skupferecho_file usr/src/uts/sparc/Makefile.targ.shared 1120Sstevel@tonic-gateecho_file usr/src/uts/sparc/ml/sparc.il 1130Sstevel@tonic-gateecho_file usr/src/uts/sparc/req.flg 1140Sstevel@tonic-gateecho_file usr/src/uts/intel/Makefile 1150Sstevel@tonic-gateecho_file usr/src/uts/intel/Makefile.files 1160Sstevel@tonic-gateecho_file usr/src/uts/intel/Makefile.rules 1170Sstevel@tonic-gateecho_file usr/src/uts/intel/Makefile.intel 1181167Skupferecho_file usr/src/uts/intel/Makefile.intel.shared 1190Sstevel@tonic-gateecho_file usr/src/uts/intel/Makefile.targ 1201167Skupferecho_file usr/src/uts/intel/Makefile.targ.shared 1210Sstevel@tonic-gateecho_file usr/src/uts/intel/ia32/ml/ia32.il 122929Ssrustecho_file usr/src/uts/sun4/Makefile.files 123929Ssrustecho_file usr/src/uts/sun4/Makefile.rules 1240Sstevel@tonic-gateecho_file usr/src/uts/sun4u/Makefile 1250Sstevel@tonic-gateecho_file usr/src/uts/sun4u/Makefile.files 1260Sstevel@tonic-gateecho_file usr/src/uts/sun4u/Makefile.rules 1270Sstevel@tonic-gateecho_file usr/src/uts/sun4u/Makefile.sun4u 1281167Skupferecho_file usr/src/uts/sun4u/Makefile.sun4u.shared 1290Sstevel@tonic-gateecho_file usr/src/uts/sun4u/Makefile.targ 1301167Skupferecho_file usr/src/uts/sun4u/Makefile.targ.shared 1310Sstevel@tonic-gateecho_file usr/src/uts/sun4u/Makefile.workarounds 1320Sstevel@tonic-gateecho_file usr/src/uts/sfmmu/Makefile.files 1330Sstevel@tonic-gateecho_file usr/src/uts/sfmmu/Makefile.rules 1340Sstevel@tonic-gateecho_file usr/src/uts/sparc/v9/Makefile.files 1350Sstevel@tonic-gateecho_file usr/src/uts/sparc/v9/Makefile.rules 1360Sstevel@tonic-gateecho_file usr/src/cmd/Makefile 1370Sstevel@tonic-gateecho_file usr/src/cmd/Makefile.cmd 1380Sstevel@tonic-gateecho_file usr/src/cmd/Makefile.targ 13911838SLiane.Praza@Sun.COMecho_file usr/src/pkg/Makefile 14011838SLiane.Praza@Sun.COMecho_file exception_lists/packaging 14111838SLiane.Praza@Sun.COMecho_file exception_lists/packaging.closed 14211838SLiane.Praza@Sun.COMecho_file exception_lists/packaging.open 1434271Sriefind_files "s.*" usr/src/common/mapfiles 144