xref: /illumos-gate/usr/src/uts/common/io/ib/inc.flg (revision ead1f93e)
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
624da5b34Srie# Common Development and Distribution License (the "License").
724da5b34Srie# 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#
2224da5b34Srie
237c478bd9Sstevel@tonic-gate#
24*ead1f93eSLiane Praza# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
257c478bd9Sstevel@tonic-gate# Use is subject to license terms.
267c478bd9Sstevel@tonic-gate#
277c478bd9Sstevel@tonic-gate
28*ead1f93eSLiane Praza#
297c478bd9Sstevel@tonic-gate# This file brings down all that is needed to build the
307c478bd9Sstevel@tonic-gate# core Infiniband code.
317c478bd9Sstevel@tonic-gate#
327c478bd9Sstevel@tonic-gate
337c478bd9Sstevel@tonic-gate# header files
347c478bd9Sstevel@tonic-gatefind_files "s.*.h"	\
357c478bd9Sstevel@tonic-gate	usr/src/uts/common/sys/ib	\
367c478bd9Sstevel@tonic-gate	usr/src/uts/common/sys		\
377c478bd9Sstevel@tonic-gate	usr/src/uts/sparc/sys		\
387c478bd9Sstevel@tonic-gate	usr/src/uts/sparc/v7/sys	\
397c478bd9Sstevel@tonic-gate	usr/src/uts/sparc/v9/sys	\
407c478bd9Sstevel@tonic-gate	usr/src/uts/sun/sys		\
417c478bd9Sstevel@tonic-gate	usr/src/uts/intel/sys		\
427c478bd9Sstevel@tonic-gate	usr/src/uts/intel/ia32/sys	\
437c478bd9Sstevel@tonic-gate	usr/src/uts/common/rpc		\
447c478bd9Sstevel@tonic-gate	usr/src/uts/common/netinet	\
457c478bd9Sstevel@tonic-gate	usr/src/uts/common/inet		\
467c478bd9Sstevel@tonic-gate	usr/src/uts/common/net		\
477c478bd9Sstevel@tonic-gate	usr/src/uts/common/vm		\
487c478bd9Sstevel@tonic-gate	usr/src/uts/common/gssapi
497c478bd9Sstevel@tonic-gate
507c478bd9Sstevel@tonic-gate# cfgadm plugin directory
517c478bd9Sstevel@tonic-gatefind_files "s.*"	\
527c478bd9Sstevel@tonic-gate	usr/src/lib/cfgadm_plugins/ib
537c478bd9Sstevel@tonic-gate
547c478bd9Sstevel@tonic-gate# warlock
557c478bd9Sstevel@tonic-gatefind_files "s.*"	\
567c478bd9Sstevel@tonic-gate	usr/src/uts/common/io/warlock
577c478bd9Sstevel@tonic-gate
587c478bd9Sstevel@tonic-gate# to compile the drivers/modules
597c478bd9Sstevel@tonic-gatefind_files "s.*"	\
607c478bd9Sstevel@tonic-gate	usr/src/uts/sparc/ib		\
617c478bd9Sstevel@tonic-gate	usr/src/uts/sparc/ibcm		\
627c478bd9Sstevel@tonic-gate	usr/src/uts/sparc/ibdm		\
637c478bd9Sstevel@tonic-gate	usr/src/uts/sparc/ibmf		\
647c478bd9Sstevel@tonic-gate	usr/src/uts/sparc/ibtl		\
657c478bd9Sstevel@tonic-gate	usr/src/uts/sparc/ibd		\
667c478bd9Sstevel@tonic-gate	usr/src/uts/sparc/rpcib		\
677c478bd9Sstevel@tonic-gate	usr/src/uts/intel/ib		\
687c478bd9Sstevel@tonic-gate	usr/src/uts/intel/ibcm		\
697c478bd9Sstevel@tonic-gate	usr/src/uts/intel/ibdm		\
707c478bd9Sstevel@tonic-gate	usr/src/uts/intel/ibmf		\
717c478bd9Sstevel@tonic-gate	usr/src/uts/intel/ibtl		\
7243ed929aSsrust	usr/src/uts/intel/ibd		\
7343ed929aSsrust	usr/src/uts/intel/rpcib
747c478bd9Sstevel@tonic-gate
757c478bd9Sstevel@tonic-gate# packaging files
76*ead1f93eSLiane Prazafind_files "s.*" usr/src/pkg/license_files
77*ead1f93eSLiane Prazaecho_file usr/src/pkg/manifests/SUNWib.mf
78*ead1f93eSLiane Prazaecho_file usr/src/pkg/manifests/SUNWtavor.mf
797c478bd9Sstevel@tonic-gate
807c478bd9Sstevel@tonic-gate# extra files needed
817c478bd9Sstevel@tonic-gatefind_files "s.*"	\
827c478bd9Sstevel@tonic-gate	usr/src/uts/common/os		\
837c478bd9Sstevel@tonic-gate	usr/src/uts/common/rpc		\
847c478bd9Sstevel@tonic-gate	usr/src/uts/intel/asm		\
857c478bd9Sstevel@tonic-gate	usr/src/uts/intel/amd64
867c478bd9Sstevel@tonic-gate
877c478bd9Sstevel@tonic-gate# lvm
887c478bd9Sstevel@tonic-gatefind_files "s.*.x"	\
897c478bd9Sstevel@tonic-gate	usr/src/uts/common/sys/lvm
907c478bd9Sstevel@tonic-gate
917c478bd9Sstevel@tonic-gate# makefiles
927c478bd9Sstevel@tonic-gateecho_file  usr/src/Makefile.master
937c478bd9Sstevel@tonic-gateecho_file  usr/src/Makefile.master.64
947c478bd9Sstevel@tonic-gateecho_file  usr/src/req.flg
957c478bd9Sstevel@tonic-gateecho_file  usr/src/Makefile.psm
967c478bd9Sstevel@tonic-gateecho_file  usr/src/Makefile.psm.targ
977c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/Makefile
987c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/Makefile.targ
997c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/Makefile.uts
1007c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sun/Makefile.files
1017c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sun/Makefile.rules
1027c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/common/Makefile.files
1037c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/common/Makefile.rules
1047c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/common/sys/Makefile
1057c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/common/sys/lvm/Makefile
1067c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sparc/Makefile
1077c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sparc/Makefile.files
1087c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sparc/Makefile.rules
1097c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sparc/Makefile.sparc
110fb9f9b97Skupferecho_file  usr/src/uts/sparc/Makefile.sparc.shared
1117c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sparc/Makefile.targ
112fb9f9b97Skupferecho_file  usr/src/uts/sparc/Makefile.targ.shared
1137c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sparc/ml/sparc.il
1147c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sparc/req.flg
1157c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/intel/Makefile
1167c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/intel/Makefile.files
1177c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/intel/Makefile.rules
1187c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/intel/Makefile.intel
119fb9f9b97Skupferecho_file  usr/src/uts/intel/Makefile.intel.shared
1207c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/intel/Makefile.targ
121fb9f9b97Skupferecho_file  usr/src/uts/intel/Makefile.targ.shared
1227c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/intel/ia32/ml/ia32.il
12343ed929aSsrustecho_file  usr/src/uts/sun4/Makefile.files
12443ed929aSsrustecho_file  usr/src/uts/sun4/Makefile.rules
1257c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sun4u/Makefile
1267c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sun4u/Makefile.files
1277c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sun4u/Makefile.rules
1287c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sun4u/Makefile.sun4u
129fb9f9b97Skupferecho_file  usr/src/uts/sun4u/Makefile.sun4u.shared
1307c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sun4u/Makefile.targ
131fb9f9b97Skupferecho_file  usr/src/uts/sun4u/Makefile.targ.shared
1327c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sun4u/Makefile.workarounds
1337c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sfmmu/Makefile.files
1347c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sfmmu/Makefile.rules
1357c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sparc/v9/Makefile.files
1367c478bd9Sstevel@tonic-gateecho_file  usr/src/uts/sparc/v9/Makefile.rules
1377c478bd9Sstevel@tonic-gateecho_file  usr/src/cmd/Makefile
1387c478bd9Sstevel@tonic-gateecho_file  usr/src/cmd/Makefile.cmd
1397c478bd9Sstevel@tonic-gateecho_file  usr/src/cmd/Makefile.targ
140*ead1f93eSLiane Prazaecho_file  usr/src/pkg/Makefile
141*ead1f93eSLiane Prazaecho_file  exception_lists/packaging
142*ead1f93eSLiane Prazaecho_file  exception_lists/packaging.closed
143*ead1f93eSLiane Prazaecho_file  exception_lists/packaging.open
14424da5b34Sriefind_files "s.*" usr/src/common/mapfiles
145