xref: /illumos-gate/usr/src/uts/i86pc/io/pciex/inc.flg (revision 689b9301)
170025d76Sjohnny#!/bin/sh
270025d76Sjohnny#
370025d76Sjohnny# CDDL HEADER START
470025d76Sjohnny#
570025d76Sjohnny# The contents of this file are subject to the terms of the
6ae115bc7Smrj# Common Development and Distribution License (the "License").
7ae115bc7Smrj# You may not use this file except in compliance with the License.
870025d76Sjohnny#
970025d76Sjohnny# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1070025d76Sjohnny# or http://www.opensolaris.org/os/licensing.
1170025d76Sjohnny# See the License for the specific language governing permissions
1270025d76Sjohnny# and limitations under the License.
1370025d76Sjohnny#
1470025d76Sjohnny# When distributing Covered Code, include this CDDL HEADER in each
1570025d76Sjohnny# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1670025d76Sjohnny# If applicable, add the following below this CDDL HEADER, with the
1770025d76Sjohnny# fields enclosed by brackets "[]" replaced with your own identifying
1870025d76Sjohnny# information: Portions Copyright [yyyy] [name of copyright owner]
1970025d76Sjohnny#
2070025d76Sjohnny# CDDL HEADER END
2170025d76Sjohnny#
2224da5b34Srie
2370025d76Sjohnny#
24ead1f93eSLiane Praza# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
2570025d76Sjohnny# Use is subject to license terms.
2670025d76Sjohnny#
2770025d76Sjohnny
2870025d76Sjohnny# This file brings down all that is needed to build the
29*689b9301SRichard Lowe# x86 PCI Express code.
3070025d76Sjohnny#
3170025d76Sjohnny
3270025d76Sjohnny# header files
3370025d76Sjohnnyfind_files "s.*.h"	\
3470025d76Sjohnny	usr/src/uts/common/sys		\
3570025d76Sjohnny	usr/src/uts/sparc/sys		\
3670025d76Sjohnny	usr/src/uts/sparc/v7/sys	\
3770025d76Sjohnny	usr/src/uts/sparc/v9/sys	\
3870025d76Sjohnny	usr/src/uts/sun/sys		\
3970025d76Sjohnny	usr/src/uts/sun4/sys		\
4070025d76Sjohnny	usr/src/uts/intel/sys		\
4170025d76Sjohnny	usr/src/uts/intel/ia32/sys	\
4270025d76Sjohnny	usr/src/uts/common/rpc		\
4370025d76Sjohnny	usr/src/uts/common/netinet	\
4470025d76Sjohnny	usr/src/uts/common/inet		\
4570025d76Sjohnny	usr/src/uts/common/net		\
4670025d76Sjohnny	usr/src/uts/common/vm		\
4770025d76Sjohnny	usr/src/uts/common/gssapi
4870025d76Sjohnny
4970025d76Sjohnny# cfgadm plugin directory
5070025d76Sjohnnyfind_files "s.*"	\
5170025d76Sjohnny	usr/src/lib/cfgadm_plugins/pci	\
5270025d76Sjohnny	usr/src/cmd/pcidr
5370025d76Sjohnny
5470025d76Sjohnny# to compile the drivers/modules
5570025d76Sjohnnyfind_files "s.*"	\
5670025d76Sjohnny	usr/src/uts/i86pc/npe			\
57843e1988Sjohnlev	usr/src/uts/i86xpv/npe			\
58ae115bc7Smrj	usr/src/uts/intel/pci_autoconfig	\
59d4bc0535SKrishna Elango	usr/src/uts/intel/pcieb			\
6070025d76Sjohnny	usr/src/uts/intel/pcicfg
6170025d76Sjohnny
6270025d76Sjohnny# packaging files
63ead1f93eSLiane Prazafind_files "s.*" usr/src/pkg/license_files
6470025d76Sjohnny
6570025d76Sjohnny# extra files needed
6670025d76Sjohnnyfind_files "s.*"	\
6770025d76Sjohnny	usr/src/common/smbios		\
6870025d76Sjohnny	usr/src/uts/common/os		\
6970025d76Sjohnny	usr/src/uts/common/rpc		\
7070025d76Sjohnny	usr/src/uts/intel/asm		\
7170025d76Sjohnny	usr/src/uts/intel/amd64		\
7223c35297Sanish	usr/src/uts/intel/io/hotplug	\
73ae115bc7Smrj	usr/src/uts/intel/io/pci	\
74ae115bc7Smrj	usr/src/uts/intel/io/pciex	\
7570025d76Sjohnny	usr/src/uts/i86pc/io/pci	\
7670025d76Sjohnny	usr/src/uts/i86pc/io/pcplusmp	\
77ae115bc7Smrj	usr/src/uts/intel/io/acpica
7870025d76Sjohnny
7970025d76Sjohnny# makefiles
8070025d76Sjohnnyecho_file  usr/src/Makefile.master
8170025d76Sjohnnyecho_file  usr/src/Makefile.master.64
8270025d76Sjohnnyecho_file  usr/src/req.flg
8370025d76Sjohnnyecho_file  usr/src/Makefile.psm
8470025d76Sjohnnyecho_file  usr/src/Makefile.psm.targ
8570025d76Sjohnnyecho_file  usr/src/uts/Makefile
8670025d76Sjohnnyecho_file  usr/src/uts/Makefile.targ
8770025d76Sjohnnyecho_file  usr/src/uts/Makefile.uts
8870025d76Sjohnnyecho_file  usr/src/uts/common/Makefile.files
8970025d76Sjohnnyecho_file  usr/src/uts/common/Makefile.rules
9070025d76Sjohnnyecho_file  usr/src/uts/common/sys/Makefile
9170025d76Sjohnnyecho_file  usr/src/uts/i86pc/Makefile
9270025d76Sjohnnyecho_file  usr/src/uts/i86pc/Makefile.files
9370025d76Sjohnnyecho_file  usr/src/uts/i86pc/Makefile.rules
9470025d76Sjohnnyecho_file  usr/src/uts/i86pc/Makefile.i86pc
9570025d76Sjohnnyecho_file  usr/src/uts/i86pc/Makefile.targ
96843e1988Sjohnlevecho_file  usr/src/uts/i86xpv/Makefile
97843e1988Sjohnlevecho_file  usr/src/uts/i86xpv/Makefile.files
98843e1988Sjohnlevecho_file  usr/src/uts/i86xpv/Makefile.rules
99843e1988Sjohnlevecho_file  usr/src/uts/i86xpv/Makefile.i86xpv
100843e1988Sjohnlevecho_file  usr/src/uts/i86xpv/Makefile.targ
10170025d76Sjohnnyecho_file  usr/src/uts/intel/Makefile
10270025d76Sjohnnyecho_file  usr/src/uts/intel/Makefile.files
10370025d76Sjohnnyecho_file  usr/src/uts/intel/Makefile.rules
10470025d76Sjohnnyecho_file  usr/src/uts/intel/Makefile.intel
10570025d76Sjohnnyecho_file  usr/src/uts/intel/Makefile.targ
10670025d76Sjohnnyecho_file  usr/src/cmd/Makefile
10770025d76Sjohnnyecho_file  usr/src/cmd/Makefile.cmd
10870025d76Sjohnnyecho_file  usr/src/cmd/Makefile.targ
109ead1f93eSLiane Prazaecho_file  usr/src/pkg/Makefile
110ead1f93eSLiane Prazaecho_file  exception_lists/packaging
11124da5b34Sriefind_files "s.*" usr/src/common/mapfiles
112