xref: /illumos-gate/usr/src/uts/i86xpv/Makefile.rules (revision 5d9d9091)
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 (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
24# Use is subject to license terms.
25#
26
27#
28#	This Makefile defines the build rules for the directory uts/i86xpv
29#	and its children. These are the source files which are i86xpv
30#	"implementation architecture" dependent.
31#
32#	The following two-level ordering must be maintained in this file.
33#
34#	- Lines are sorted first in order of decreasing specificity based on
35#	  the first directory component.  That is, sun4u rules come before
36#	  sparc rules come before common rules.
37#
38#	- Lines whose initial directory components are equal are sorted
39#	  alphabetically by the remaining components.
40#
41
42#
43#	We share many files with the i86pc implementation to reduce
44#	the amount of merge work
45#
46
47#
48#	Section 1a: C object build rules
49#
50$(OBJS_DIR)/%.o:		$(UTSBASE)/i86xpv/conf/%.c
51	$(COMPILE.c) -o $@ $<
52	$(CTFCONVERT_O)
53
54$(OBJS_DIR)/%.o:		$(UTSBASE)/i86xpv/cpu/generic_cpu/%.c
55	$(COMPILE.c) -o $@ $<
56	$(CTFCONVERT_O)
57
58$(OBJS_DIR)/%.o:		$(UTSBASE)/i86xpv/io/%.c
59	$(COMPILE.c) -o $@ $<
60	$(CTFCONVERT_O)
61
62$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/ioat/%.c
63	$(COMPILE.c) -o $@ $<
64	$(CTFCONVERT_O)
65
66$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/pci/%.c
67	$(COMPILE.c) -o $@ $<
68	$(CTFCONVERT_O)
69
70$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/pciex/%.c
71	$(COMPILE.c) -o $@ $<
72	$(CTFCONVERT_O)
73
74$(OBJS_DIR)/%.o:		$(UTSBASE)/intel/io/pciex/hotplug/%.c
75	$(COMPILE.c) -o $@ $<
76	$(CTFCONVERT_O)
77
78$(OBJS_DIR)/%.o:		$(UTSBASE)/i86xpv/io/psm/%.c
79	$(COMPILE.c) -o $@ $<
80	$(CTFCONVERT_O)
81
82$(OBJS_DIR)/%.o:		$(UTSBASE)/i86xpv/ml/%.S
83	$(COMPILE.s) -o $@ $<
84
85$(OBJS_DIR)/%.o:		$(UTSBASE)/i86xpv/os/%.c
86	$(COMPILE.c) -o $@ $<
87	$(CTFCONVERT_O)
88
89$(OBJS_DIR)/%.o:		$(UTSBASE)/i86xpv/vm/%.c
90	$(COMPILE.c) -o $@ $<
91	$(CTFCONVERT_O)
92
93$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/promif/%.c
94	$(COMPILE.c) -o $@ $<
95	$(CTFCONVERT_O)
96
97$(OBJS_DIR)/%.o:		$(UTSBASE)/i86xpv/boot/%.c
98	$(COMPILE.c) -o $@ $<
99	$(CTFCONVERT_O)
100
101$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/boot/%.c
102	$(COMPILE.c) -o $@ $<
103	$(CTFCONVERT_O)
104
105$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/gfx_private/%.c
106	$(COMPILE.c) -o $@ $<
107	$(CTFCONVERT_O)
108
109$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/xsvc/%.c
110	$(COMPILE.c) -o $@ $<
111	$(CTFCONVERT_O)
112
113$(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/pciex/%.c
114	$(COMPILE.c) -o $@ $<
115	$(CTFCONVERT_O)
116
117#	We need this one to make sure we share dtrace_subr.c with i86pc
118#	Otherwise we pick up common/os/dtrace_subr.c instead :(
119
120$(OBJS_DIR)/dtrace_subr.o:	$(UTSBASE)/i86pc/os/dtrace_subr.c
121	$(COMPILE.c) -o $@ $(UTSBASE)/i86pc/os/dtrace_subr.c
122	$(CTFCONVERT_O)
123
124#
125$(OBJS_DIR)/%.o:		$(UTSBASE)/common/cpr/%.c
126	$(COMPILE.c) -o $@ $<
127	$(CTFCONVERT_O)
128
129$(OBJS_DIR)/%.o:		$(UTSBASE)/common/xen/io/%.c
130	$(COMPILE.c) -o $@ $<
131	$(CTFCONVERT_O)
132
133$(OBJS_DIR)/%.o:		$(UTSBASE)/common/xen/os/%.c
134	$(COMPILE.c) -o $@ $<
135	$(CTFCONVERT_O)
136
137$(OBJS_DIR)/%.o:		$(UTSBASE)/common/xen/dtrace/%.c
138	$(COMPILE.c) -o $@ $<
139	$(CTFCONVERT_O)
140
141DBOOT_OBJS_DIR= dboot/$(OBJS_DIR)
142
143$(DBOOT_OBJS_DIR)/%.o:		$(UTSBASE)/common/xen/os/%.c
144	$(CC) $(DBOOT_CFLAGS) $(DBOOT_DEFS) $(DBOOT_CC_INCL) -c -o $@ $<
145
146$(DBOOT_OBJS_DIR)/%.o:		$(SRC)/common/font/%.c
147	$(CC) $(DBOOT_CFLAGS) $(DBOOT_DEFS) $(DBOOT_CC_INCL) -c -o $@ $<
148
149$(DBOOT_OBJS_DIR)/%.o:		$(DBOOT_OBJS_DIR)/%.c
150	$(CC) $(DBOOT_CFLAGS) $(DBOOT_DEFS) $(DBOOT_CC_INCL) -c -o $@ $<
151
152$(DBOOT_OBJS_DIR)/%.o:		$(UTSBASE)/i86xpv/boot/%.c
153	$(CC) $(DBOOT_CFLAGS) $(DBOOT_DEFS) $(DBOOT_CC_INCL) -c -o $@ $<
154
155$(DBOOT_OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/boot/%.c
156	$(CC) $(DBOOT_CFLAGS) $(DBOOT_DEFS) $(DBOOT_CC_INCL) -c -o $@ $<
157
158$(DBOOT_OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/dboot/%.c
159	$(CC) $(DBOOT_CFLAGS)  $(DBOOT_DEFS) $(DBOOT_CC_INCL) -c -o $@ $<
160
161$(DBOOT_OBJS_DIR)/%.o:		$(COMMONBASE)/util/%.c
162	$(CC) $(DBOOT_CFLAGS) $(DBOOT_DEFS) $(DBOOT_CC_INCL) -c -o $@ $<
163
164$(DBOOT_OBJS_DIR)/%.o:		$(UTSBASE)/i86xpv/os/%.c
165	$(CC) $(DBOOT_CFLAGS) $(DBOOT_DEFS) $(DBOOT_CC_INCL) -c -o $@ $<
166
167$(DBOOT_OBJS_DIR)/%.o:		$(UTSBASE)/intel/ml/%.S
168	$(AS) $(DBOOT_ASFLAGS) $(DBOOT_DEFS) $(DBOOT_AS_INCL) -c -o $@ $<
169
170$(DBOOT_OBJS_DIR)/%.o:		$(COMMONBASE)/util/i386/%.S
171	$(AS) $(DBOOT_ASFLAGS) $(DBOOT_DEFS) $(DBOOT_AS_INCL) -c -o $@ $<
172
173$(DBOOT_OBJS_DIR)/%.o:		$(UTSBASE)/i86xpv/ml/%.S
174	$(AS) $(DBOOT_ASFLAGS) $(DBOOT_DEFS) $(DBOOT_AS_INCL) -c -o $@ $<
175
176$(DBOOT_OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/dboot/%.S
177	$(AS) $(DBOOT_ASFLAGS) $(DBOOT_DEFS) $(DBOOT_AS_INCL) -c -o $@ $<
178
179include $(UTSBASE)/i86pc/Makefile.rules
180
181# This is different from i86pc - uses 64 bit compiler for 64 bit
182#
183# Note that we *don't* want to use the definitions that have been augmented
184# by various bits of the context of the kernel build environment; so we
185# start constructing flags and things afresh.
186
187DBOOT_DEFS += -D__xpv
188
189DBOOT_XARCH_64 = $(amd64_XARCH)
190DBOOT_CFLAGS = $(DBOOT_XARCH_64) $(CSTD) $(CERRWARN) \
191    $(CCNOAUTOINLINE) -O
192
193DBOOT_AS_XARCH_64 = $(amd64_XARCH)
194DBOOT_ASFLAGS = $(DBOOT_AS_XARCH_64) -D_ASM
195