Makefile.files (f8d2de6b) Makefile.files (b65731f1)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

--- 6 unchanged lines hidden (view full) ---

15# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

--- 6 unchanged lines hidden (view full) ---

15# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
23# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
26#ident "%Z%%M% %I% %E% SMI"
27#
28# This Makefile defines all file modules and build rules for the
29# directory uts/sparc and it's children. These are the source files which
30# are specific to the sparc processor.
31#

--- 31 unchanged lines hidden (view full) ---

63#
64# Driver modules
65#
66FD_OBJS += fd_asm.o
67
68CPR_SPARC_OBJS += cpr_sparc.o
69PCI_PCI_OBJS += pci_pci.o pci_debug.o pci_pwr.o pcix.o
70PX_PCI_OBJS += px_pci.o px_debug.o pcie_pwr.o
24# Use is subject to license terms.
25#
26#ident "%Z%%M% %I% %E% SMI"
27#
28# This Makefile defines all file modules and build rules for the
29# directory uts/sparc and it's children. These are the source files which
30# are specific to the sparc processor.
31#

--- 31 unchanged lines hidden (view full) ---

63#
64# Driver modules
65#
66FD_OBJS += fd_asm.o
67
68CPR_SPARC_OBJS += cpr_sparc.o
69PCI_PCI_OBJS += pci_pci.o pci_debug.o pci_pwr.o pcix.o
70PX_PCI_OBJS += px_pci.o px_debug.o pcie_pwr.o
71FCODE_OBJS += fcode.o
71
72#
73# file system modules
74#
75# XXX - currently a bug?...
76#PROC_OBJS +=
77CORE_OBJS += prmachdep.o
78

--- 6 unchanged lines hidden (view full) ---

85 doreloc.o \
86 kobj_alloc.o \
87 kobj_convrelstr.o \
88 kobj_crt.o \
89 kobj_isa.o \
90 kobj_reloc.o
91
92SWAPGENERIC_OBJS += swapgeneric.o
72
73#
74# file system modules
75#
76# XXX - currently a bug?...
77#PROC_OBJS +=
78CORE_OBJS += prmachdep.o
79

--- 6 unchanged lines hidden (view full) ---

86 doreloc.o \
87 kobj_alloc.o \
88 kobj_convrelstr.o \
89 kobj_crt.o \
90 kobj_isa.o \
91 kobj_reloc.o
92
93SWAPGENERIC_OBJS += swapgeneric.o
94PCICFG_E_OBJS += pcicfg.e.o
95FCPCI_OBJS += fcpci.o
96FCODEM_OBJS += fc_ddi.o fc_physio.o fc_ops.o fc_subr.o
93
94#
95# special files
96#
97MODSTUB_OBJ = modstubs.o
98
99#
100# SPARC DTrace Providers

--- 23 unchanged lines hidden ---
97
98#
99# special files
100#
101MODSTUB_OBJ = modstubs.o
102
103#
104# SPARC DTrace Providers

--- 23 unchanged lines hidden ---