xref: /titanic_41/usr/src/uts/sun4u/sys/Makefile (revision 1d4b38e0077763e7c9b20768eacb841957e787bc)
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#ident	"%Z%%M%	%I%	%E% SMI"
23#
24# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
25# Use is subject to license terms.
26#
27# uts/sun4u/sys/Makefile
28#
29UTSBASE	= ../..
30
31#
32# include global definitions
33#
34include ../Makefile.sun4u
35
36#
37# Override defaults.
38#
39FILEMODE	 = 644
40GROUP = bin
41
42SUN4_HDRS=			\
43	async.h			\
44	clock.h			\
45	cmp.h			\
46	cpc_ultra.h		\
47	cpu_sgnblk_defs.h 	\
48	ddi_subrdefs.h		\
49	dvma.h			\
50	eeprom.h		\
51	errclassify.h		\
52	fcode.h			\
53	fc_plat.h		\
54	idprom.h		\
55	intr.h			\
56	intreg.h		\
57	ivintr.h		\
58	memlist_plat.h  	\
59	memnode.h		\
60	nexusdebug.h		\
61	prom_debug.h		\
62	scb.h			\
63	sun4asi.h		\
64	tod.h			\
65	trapstat.h		\
66	vis.h			\
67	vm_machparam.h		\
68	x_call.h		\
69	xc_impl.h		\
70	zsmach.h
71
72$(CLOSED_BUILD)CLOSED_SUN4_HDRS=	\
73	memtestio.h
74
75HDRS=	\
76	cheetahregs.h		\
77	cpr_impl.h		\
78	cpu_impl.h		\
79	ecc_kstat.h		\
80	envctrl.h		\
81	envctrl_gen.h		\
82	envctrl_ue250.h		\
83	envctrl_ue450.h		\
84	gpio_87317.h		\
85	iocache.h		\
86	iommu.h			\
87	machasi.h		\
88	machclock.h		\
89	machcpuvar.h		\
90	machparam.h		\
91	machsystm.h		\
92	machthread.h		\
93	mmu.h			\
94	opl_module.h		\
95	prom_plat.h		\
96	pte.h			\
97	sbd_ioctl.h		\
98	spitregs.h		\
99	starfire.h		\
100	sysioerr.h		\
101	sysiosbus.h		\
102	todmostek.h		\
103	traptrace.h		\
104	us_drv.h		\
105	wci_cmmu.h		\
106	wci_common.h		\
107	wci_offsets.h		\
108	wci_regs.h		\
109	wrsm.h			\
110	wrsm_config.h		\
111	wrsm_plugin.h		\
112	wrsm_plat.h		\
113	wrsm_common.h		\
114	wrsm_types.h
115
116$(CLOSED_BUILD)CLOSED_HDRS=	\
117	memtestio_ch.h		\
118	memtestio_chp.h		\
119	memtestio_ja.h		\
120	memtestio_jg.h		\
121	memtestio_oc.h		\
122	memtestio_pn.h		\
123	memtestio_sf.h		\
124	memtestio_sr.h		\
125	memtestio_u.h
126
127DMFEHDRS =	dmfe.h dmfe_impl.h miiregs.h
128
129ROOTDMFEDIR = $(ROOT)/usr/include/sys
130
131ROOTDMFEHDRS = $(DMFEHDRS:%=$(ROOTDMFEDIR)/%)
132
133$(CLOSED_BUILD)CLOSED_I2CHDRS =	clients/scmi2c.h
134
135I2CHDRS =	clients/max1617.h misc/i2c_svc.h clients/i2c_client.h	\
136		clients/hpc3130.h clients/lm75.h	\
137		clients/pcf8591.h clients/ssc050.h $(CLOSED_I2CHDRS)
138
139I2C_DIRS=	clients misc
140USR_PSM_ISYS_I2C_ROOT=	$(USR_PSM_ISYS_DIR)/i2c
141USR_PSM_ISYS_I2C_DIRS=	$(USR_PSM_ISYS_I2C_ROOT) \
142			$(I2C_DIRS:%=$(USR_PSM_ISYS_I2C_ROOT)/%)
143
144ROOTI2CHDRS=		$(I2CHDRS:%=$(USR_PSM_ISYS_I2C_ROOT)/%)
145
146MONHDRS=
147#MONHDRS=	eeprom.h    idprom.h    keyboard.h  password.h
148
149USR_PSM_MON_DIR=	$(USR_PSM_ISYS_DIR)/mon
150
151ROOTHDRS=		$(HDRS:%=$(USR_PSM_ISYS_DIR)/%)
152$(CLOSED_BUILD)ROOTHDRS += $(CLOSED_HDRS:%=$(USR_PSM_ISYS_DIR)/%)
153
154SUN4_ROOTHDRS=		$(SUN4_HDRS:%=$(USR_PSM_ISYS_DIR)/%)
155$(CLOSED_BUILD)SUN4_ROOTHDRS += $(CLOSED_SUN4_HDRS:%=$(USR_PSM_ISYS_DIR)/%)
156
157ROOTMONHDRS=		$(MONHDRS:%=$(USR_PSM_MON_DIR)/%)
158
159ROOTDIR=		$(ROOT)/usr/share/src
160ROOTDIRS=		$(ROOTDIR)/uts $(ROOTDIR)/uts/$(PLATFORM)
161
162ROOTLINK=		$(ROOTDIR)/uts/$(PLATFORM)/sys
163LINKDEST=		../../../../platform/$(PLATFORM)/include/sys
164
165CHECKHDRS=		$(HDRS:%.h=%.check) \
166			$(MONHDRS:%.h=mon/%.check) \
167			$(SUN4_HDRS:%.h=%.cmncheck)
168
169$(CLOSED_BUILD)CHECKHDRS += $(CLOSED_HDRS:%.h=$(CLOSED)/uts/sun4u/sys/%.check)
170$(CLOSED_BUILD)CHECKHDRS += \
171		$(CLOSED_I2CHDRS:%.h=$(CLOSED)/uts/sun4u/sys/i2c/%.check)
172
173.KEEP_STATE:
174
175.PARALLEL: $(CHECKHDRS) $(ROOTHDRS) $(ROOTMONHDRS) $(SUN4_ROOTHDRS)
176
177install_h: $(ROOTDIRS) $(USR_PSM_ISYS_I2C_DIRS) $(ROOTDMFEDIR) .WAIT \
178		$(ROOTHDRS) $(ROOTI2CHDRS) \
179		$(ROOTMONHDRS) $(ROOTDMFEHDRS) \
180		$(SUN4_ROOTHDRS) $(ROOTLINK)
181
182check:	$(CHECKHDRS)
183
184#
185# install rules
186#
187$(USR_PSM_MON_DIR):	$(USR_PSM_ISYS_DIR)
188	$(INS.dir.root.bin)
189
190$(USR_PSM_ISYS_I2C_DIRS):
191	$(INS.dir.root.bin)
192
193$(USR_PSM_ISYS_DIR)/%:	$(CLOSED)/uts/sun4u/sys/% $(USR_PSM_ISYS_DIR)
194	$(INS.file)
195
196$(USR_PSM_ISYS_DIR)/%:	$(CLOSED)/uts/sun4/sys/% $(USR_PSM_ISYS_DIR)
197	$(INS.file)
198
199$(USR_PSM_ISYS_DIR)/%:	../../sfmmu/sys/% $(USR_PSM_ISYS_DIR)
200	$(INS.file)
201
202$(USR_PSM_ISYS_DIR)/%:	../../sun4/sys/% $(USR_PSM_ISYS_DIR)
203	$(INS.file)
204
205$(USR_PSM_MON_DIR)/%:	mon/% $(USR_PSM_MON_DIR)
206	$(INS.file)
207
208$(ROOTDMFEDIR)/%: % $(ROOTDMFEDIR)
209	$(INS.file)
210
211$(ROOTDMFEDIR):
212	$(INS.dir.root.bin)
213
214$(ROOTDIRS):
215	$(INS.dir.root.bin)
216
217# -r because this used to be a directory and is now a link.
218$(ROOTLINK):	$(ROOTDIRS)
219	-$(RM) -r $@; $(SYMLINK) $(LINKDEST) $@ $(CHOWNLINK) $(CHGRPLINK)
220
221mon/%.check:	mon/%.h
222	$(DOT_H_CHECK)
223
224%.check:	../../sfmmu/sys/%.h
225	$(DOT_H_CHECK)
226%.cmncheck:	../../sun4/sys/%.h
227	$(DOT_H_CHECK)
228
229FRC:
230
231include ../../Makefile.targ
232