xref: /illumos-gate/usr/src/uts/common/io/ib/inc.flg (revision 24da5b34)
17c478bd9Sstevel@tonic-gate#!/bin/sh
27c478bd9Sstevel@tonic-gate#
37c478bd9Sstevel@tonic-gate# CDDL HEADER START
47c478bd9Sstevel@tonic-gate#
57c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
6*24da5b34Srie# Common Development and Distribution License (the "License").
7*24da5b34Srie# You may not use this file except in compliance with the License.
87c478bd9Sstevel@tonic-gate#
97c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
107c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
117c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
127c478bd9Sstevel@tonic-gate# and limitations under the License.
137c478bd9Sstevel@tonic-gate#
147c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
157c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
167c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
177c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
187c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
197c478bd9Sstevel@tonic-gate#
207c478bd9Sstevel@tonic-gate# CDDL HEADER END
217c478bd9Sstevel@tonic-gate#
22*24da5b34Srie
237c478bd9Sstevel@tonic-gate#
24*24da5b34Srie# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
257c478bd9Sstevel@tonic-gate# Use is subject to license terms.
267c478bd9Sstevel@tonic-gate#
277c478bd9Sstevel@tonic-gate
287c478bd9Sstevel@tonic-gate#ident	"%Z%%M%	%I%	%E% SMI"
297c478bd9Sstevel@tonic-gate
307c478bd9Sstevel@tonic-gate# This file brings down all that is needed to build the
317c478bd9Sstevel@tonic-gate# core Infiniband code.
327c478bd9Sstevel@tonic-gate#
337c478bd9Sstevel@tonic-gate
347c478bd9Sstevel@tonic-gate# header files
357c478bd9Sstevel@tonic-gatefind_files "s.*.h"	\
367c478bd9Sstevel@tonic-gate	usr/src/uts/common/sys/ib	\
377c478bd9Sstevel@tonic-gate	usr/src/uts/common/sys		\
387c478bd9Sstevel@tonic-gate	usr/src/uts/sparc/sys		\
397c478bd9Sstevel@tonic-gate	usr/src/uts/sparc/v7/sys	\
407c478bd9Sstevel@tonic-gate	usr/src/uts/sparc/v9/sys	\
417c478bd9Sstevel@tonic-gate	usr/src/uts/sun/sys		\
427c478bd9Sstevel@tonic-gate	usr/src/uts/intel/sys		\
437c478bd9Sstevel@tonic-gate	usr/src/uts/intel/ia32/sys	\
447c478bd9Sstevel@tonic-gate	usr/src/uts/common/rpc		\
457c478bd9Sstevel@tonic-gate	usr/src/uts/common/netinet	\
467c478bd9Sstevel@tonic-gate	usr/src/uts/common/inet		\
477c478bd9Sstevel@tonic-gate	usr/src/uts/common/net		\
487c478bd9Sstevel@tonic-gate	usr/src/uts/common/vm		\
497c478bd9Sstevel@tonic-gate	usr/src/uts/common/gssapi
507c478bd9Sstevel@tonic-gate
517c478bd9Sstevel@tonic-gate# cfgadm plugin directory
527c478bd9Sstevel@tonic-gatefind_files "s.*"	\
537c478bd9Sstevel@tonic-gate	usr/src/lib/cfgadm_plugins/ib
547c478bd9Sstevel@tonic-gate
557c478bd9Sstevel@tonic-gate# warlock
567c478bd9Sstevel@tonic-gatefind_files "s.*"	\
577c478bd9Sstevel@tonic-gate	usr/src/uts/common/io/warlock
587c478bd9Sstevel@tonic-gate
597c478bd9Sstevel@tonic-gate# to compile the drivers/modules
607c478bd9Sstevel@tonic-gatefind_files "s.*"	\
617c478bd9Sstevel@tonic-gate	usr/src/uts/sparc/ib		\
627c478bd9Sstevel@tonic-gate	usr/src/uts/sparc/ibcm		\
637c478bd9Sstevel@tonic-gate	usr/src/uts/sparc/ibdm		\
647c478bd9Sstevel@tonic-gate	usr/src/uts/sparc/ibmf		\
657c478bd9Sstevel@tonic-gate	usr/src/uts/sparc/ibtl		\
667c478bd9Sstevel@tonic-gate	usr/src/uts/sparc/ibd		\
677c478bd9Sstevel@tonic-gate	usr/src/uts/sparc/rpcib		\
687c478bd9Sstevel@tonic-gate	usr/src/uts/intel/ib		\
697c478bd9Sstevel@tonic-gate	usr/src/uts/intel/ibcm		\
707c478bd9Sstevel@tonic-gate	usr/src/uts/intel/ibdm		\
717c478bd9Sstevel@tonic-gate	usr/src/uts/intel/ibmf		\
727c478bd9Sstevel@tonic-gate	usr/src/uts/intel/ibtl		\
7343ed929aSsrust	usr/src/uts/intel/ibd		\
7443ed929aSsrust	usr/src/uts/intel/rpcib
757c478bd9Sstevel@tonic-gate
767c478bd9Sstevel@tonic-gate# packaging files
777c478bd9Sstevel@tonic-gatefind_files "s.*"	\
787c478bd9Sstevel@tonic-gate	usr/src/pkgdefs/common_files	\
797c478bd9Sstevel@tonic-gate	usr/src/pkgdefs/SUNWib		\
807c478bd9Sstevel@tonic-gate	usr/src/pkgdefs/SUNWtavor
817c478bd9Sstevel@tonic-gate
827c478bd9Sstevel@tonic-gate# extra files needed
837c478bd9Sstevel@tonic-gatefind_files "s.*"	\
847c478bd9Sstevel@tonic-gate	usr/src/uts/common/os		\
857c478bd9Sstevel@tonic-gate	usr/src/uts/common/rpc		\
867c478bd9Sstevel@tonic-gate	usr/src/uts/intel/asm		\
877c478bd9Sstevel@tonic-gate	usr/src/uts/intel/amd64
887c478bd9Sstevel@tonic-gate
897c478bd9Sstevel@tonic-gate# lvm
907c478bd9Sstevel@tonic-gatefind_files "s.*.x"	\
917c478bd9Sstevel@tonic-gate	usr/src/uts/common/sys/lvm
927c478bd9Sstevel@tonic-gate
937c478bd9Sstevel@tonic-gate# makefiles
947c478bd9Sstevel@tonic-gateecho_file  usr/src/Makefile.master
957c478bd9Sstevel@tonic-gateecho_file  usr/src/Makefile.master.64
967c478bd9Sstevel@tonic-gateecho_file  usr/src/req.flg
977c478bd9Sstevel@tonic-gateecho_file  usr/src/Makefile.psm
987c478bd9Sstevel@tonic-gateecho_file  usr/src/Makefile.psm.targ
997c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/Makefile
1007c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/Makefile.targ
1017c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/Makefile.uts
1027c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sun/Makefile.files
1037c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sun/Makefile.rules
1047c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/common/Makefile.files
1057c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/common/Makefile.rules
1067c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/common/sys/Makefile
1077c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/common/sys/lvm/Makefile
1087c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sparc/Makefile
1097c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sparc/Makefile.files
1107c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sparc/Makefile.rules
1117c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sparc/Makefile.sparc
112fb9f9b97Skupferecho_file  usr/src/uts/sparc/Makefile.sparc.shared
1137c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sparc/Makefile.targ
114fb9f9b97Skupferecho_file  usr/src/uts/sparc/Makefile.targ.shared
1157c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sparc/ml/sparc.il
1167c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sparc/req.flg
1177c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/intel/Makefile
1187c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/intel/Makefile.files
1197c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/intel/Makefile.rules
1207c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/intel/Makefile.intel
121fb9f9b97Skupferecho_file  usr/src/uts/intel/Makefile.intel.shared
1227c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/intel/Makefile.targ
123fb9f9b97Skupferecho_file  usr/src/uts/intel/Makefile.targ.shared
1247c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/intel/ia32/ml/ia32.il
12543ed929aSsrustecho_file  usr/src/uts/sun4/Makefile.files
12643ed929aSsrustecho_file  usr/src/uts/sun4/Makefile.rules
1277c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sun4u/Makefile
1287c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sun4u/Makefile.files
1297c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sun4u/Makefile.rules
1307c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sun4u/Makefile.sun4u
131fb9f9b97Skupferecho_file  usr/src/uts/sun4u/Makefile.sun4u.shared
1327c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sun4u/Makefile.targ
133fb9f9b97Skupferecho_file  usr/src/uts/sun4u/Makefile.targ.shared
1347c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sun4u/Makefile.workarounds
1357c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sfmmu/Makefile.files
1367c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sfmmu/Makefile.rules
1377c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sparc/v9/Makefile.files
1387c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sparc/v9/Makefile.rules
1397c478bd9Sstevel@tonic-gateecho_file  usr/src/cmd/Makefile
1407c478bd9Sstevel@tonic-gateecho_file  usr/src/cmd/Makefile.cmd
1417c478bd9Sstevel@tonic-gateecho_file  usr/src/cmd/Makefile.targ
1427c478bd9Sstevel@tonic-gateecho_file  usr/src/pkgdefs/awk_procedure
1437c478bd9Sstevel@tonic-gateecho_file  usr/src/pkgdefs/bld_awk_pkginfo.ksh
1447c478bd9Sstevel@tonic-gateecho_file  usr/src/pkgdefs/req.flg
1457c478bd9Sstevel@tonic-gateecho_file  usr/src/pkgdefs/Makefile
1467c478bd9Sstevel@tonic-gateecho_file  usr/src/pkgdefs/Makefile.com
1477c478bd9Sstevel@tonic-gateecho_file  usr/src/pkgdefs/Makefile.prtarg
1487c478bd9Sstevel@tonic-gateecho_file  usr/src/pkgdefs/Makefile.targ
1497c478bd9Sstevel@tonic-gateecho_file  usr/src/pkgdefs/etc/exception_list_sparc
1507c478bd9Sstevel@tonic-gateecho_file  usr/src/pkgdefs/etc/exception_list_i386
151*24da5b34Sriefind_files "s.*" usr/src/common/mapfiles
152