xref: /titanic_51/usr/src/uts/sun4u/sys/Makefile (revision c0e7977a434048a8bc7386ea0e8befaa77a646cf)
17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate# CDDL HEADER START
37c478bd9Sstevel@tonic-gate#
47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
529949e86Sstevel# Common Development and Distribution License (the "License").
629949e86Sstevel# You may not use this file except in compliance with the License.
77c478bd9Sstevel@tonic-gate#
87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
117c478bd9Sstevel@tonic-gate# and limitations under the License.
127c478bd9Sstevel@tonic-gate#
137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
187c478bd9Sstevel@tonic-gate#
197c478bd9Sstevel@tonic-gate# CDDL HEADER END
207c478bd9Sstevel@tonic-gate#
2124fe0b3bSjmcp# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
227c478bd9Sstevel@tonic-gate# Use is subject to license terms.
237c478bd9Sstevel@tonic-gate#
247c478bd9Sstevel@tonic-gate# uts/sun4u/sys/Makefile
257c478bd9Sstevel@tonic-gate#
267c478bd9Sstevel@tonic-gateUTSBASE	= ../..
277c478bd9Sstevel@tonic-gate
287c478bd9Sstevel@tonic-gate#
297c478bd9Sstevel@tonic-gate# include global definitions
307c478bd9Sstevel@tonic-gate#
317c478bd9Sstevel@tonic-gateinclude ../Makefile.sun4u
327c478bd9Sstevel@tonic-gate
337c478bd9Sstevel@tonic-gate#
347c478bd9Sstevel@tonic-gate# Override defaults.
357c478bd9Sstevel@tonic-gate#
367c478bd9Sstevel@tonic-gateFILEMODE	 = 644
377c478bd9Sstevel@tonic-gate
387c478bd9Sstevel@tonic-gateSUN4_HDRS=			\
397c478bd9Sstevel@tonic-gate	async.h			\
407c478bd9Sstevel@tonic-gate	clock.h			\
417c478bd9Sstevel@tonic-gate	cmp.h			\
427c478bd9Sstevel@tonic-gate	cpc_ultra.h		\
437c478bd9Sstevel@tonic-gate	cpu_sgnblk_defs.h 	\
447c478bd9Sstevel@tonic-gate	ddi_subrdefs.h		\
457c478bd9Sstevel@tonic-gate	dvma.h			\
467c478bd9Sstevel@tonic-gate	eeprom.h		\
476dfee483Stsien	errclassify.h		\
487c478bd9Sstevel@tonic-gate	fcode.h			\
49b65731f1Skini	fc_plat.h		\
507c478bd9Sstevel@tonic-gate	idprom.h		\
517c478bd9Sstevel@tonic-gate	intr.h			\
527c478bd9Sstevel@tonic-gate	intreg.h		\
537c478bd9Sstevel@tonic-gate	ivintr.h		\
547c478bd9Sstevel@tonic-gate	memlist_plat.h  	\
557c478bd9Sstevel@tonic-gate	memnode.h		\
567c478bd9Sstevel@tonic-gate	nexusdebug.h		\
577c478bd9Sstevel@tonic-gate	prom_debug.h		\
587c478bd9Sstevel@tonic-gate	scb.h			\
597c478bd9Sstevel@tonic-gate	sun4asi.h		\
607c478bd9Sstevel@tonic-gate	tod.h			\
617c478bd9Sstevel@tonic-gate	trapstat.h		\
627c478bd9Sstevel@tonic-gate	vis.h			\
637c478bd9Sstevel@tonic-gate	vm_machparam.h		\
647c478bd9Sstevel@tonic-gate	x_call.h		\
657c478bd9Sstevel@tonic-gate	xc_impl.h		\
667c478bd9Sstevel@tonic-gate	zsmach.h
677c478bd9Sstevel@tonic-gate
687c478bd9Sstevel@tonic-gateHDRS=	\
697c478bd9Sstevel@tonic-gate	cheetahregs.h		\
707c478bd9Sstevel@tonic-gate	cpr_impl.h		\
7125cf1a30Sjl139090	cpu_impl.h		\
727c478bd9Sstevel@tonic-gate	ecc_kstat.h		\
7329949e86Sstevel	envctrl.h		\
7429949e86Sstevel	envctrl_gen.h		\
7529949e86Sstevel	envctrl_ue250.h		\
7629949e86Sstevel	envctrl_ue450.h		\
777c478bd9Sstevel@tonic-gate	gpio_87317.h		\
787c478bd9Sstevel@tonic-gate	iocache.h		\
797c478bd9Sstevel@tonic-gate	iommu.h			\
807c478bd9Sstevel@tonic-gate	machasi.h		\
817c478bd9Sstevel@tonic-gate	machclock.h		\
827c478bd9Sstevel@tonic-gate	machcpuvar.h		\
837c478bd9Sstevel@tonic-gate	machparam.h		\
847c478bd9Sstevel@tonic-gate	machsystm.h		\
857c478bd9Sstevel@tonic-gate	machthread.h		\
867bebe46cSjc25722	mem_cache.h		\
877c478bd9Sstevel@tonic-gate	mmu.h			\
8825cf1a30Sjl139090	opl_module.h		\
897c478bd9Sstevel@tonic-gate	prom_plat.h		\
907c478bd9Sstevel@tonic-gate	pte.h			\
917c478bd9Sstevel@tonic-gate	sbd_ioctl.h		\
927c478bd9Sstevel@tonic-gate	spitregs.h		\
937c478bd9Sstevel@tonic-gate	starfire.h		\
947c478bd9Sstevel@tonic-gate	sysioerr.h		\
957c478bd9Sstevel@tonic-gate	sysiosbus.h		\
967c478bd9Sstevel@tonic-gate	todmostek.h		\
97a83cadceSkm84432	traptrace.h
987c478bd9Sstevel@tonic-gate
997c478bd9Sstevel@tonic-gateI2CHDRS =	clients/max1617.h misc/i2c_svc.h clients/i2c_client.h	\
100fb9f9b97Skupfer		clients/hpc3130.h clients/lm75.h	\
101*c0e7977aSJosef 'Jeff' Sipek		clients/pcf8591.h clients/ssc050.h
102fb9f9b97Skupfer
1037c478bd9Sstevel@tonic-gateI2C_DIRS=	clients misc
1047c478bd9Sstevel@tonic-gateUSR_PSM_ISYS_I2C_ROOT=	$(USR_PSM_ISYS_DIR)/i2c
1057c478bd9Sstevel@tonic-gateUSR_PSM_ISYS_I2C_DIRS=	$(USR_PSM_ISYS_I2C_ROOT) \
1067c478bd9Sstevel@tonic-gate			$(I2C_DIRS:%=$(USR_PSM_ISYS_I2C_ROOT)/%)
1077c478bd9Sstevel@tonic-gate
1087c478bd9Sstevel@tonic-gateROOTI2CHDRS=		$(I2CHDRS:%=$(USR_PSM_ISYS_I2C_ROOT)/%)
1097c478bd9Sstevel@tonic-gate
1107c478bd9Sstevel@tonic-gateMONHDRS=
1117c478bd9Sstevel@tonic-gate#MONHDRS=	eeprom.h    idprom.h    keyboard.h  password.h
1127c478bd9Sstevel@tonic-gate
1137c478bd9Sstevel@tonic-gateUSR_PSM_MON_DIR=	$(USR_PSM_ISYS_DIR)/mon
1147c478bd9Sstevel@tonic-gate
1157c478bd9Sstevel@tonic-gateROOTHDRS=		$(HDRS:%=$(USR_PSM_ISYS_DIR)/%)
116fb9f9b97Skupfer
1177c478bd9Sstevel@tonic-gateSUN4_ROOTHDRS=		$(SUN4_HDRS:%=$(USR_PSM_ISYS_DIR)/%)
1187c478bd9Sstevel@tonic-gate
1197c478bd9Sstevel@tonic-gateROOTMONHDRS=		$(MONHDRS:%=$(USR_PSM_MON_DIR)/%)
1207c478bd9Sstevel@tonic-gate
1217c478bd9Sstevel@tonic-gateROOTDIR=		$(ROOT)/usr/share/src
1227c478bd9Sstevel@tonic-gateROOTDIRS=		$(ROOTDIR)/uts $(ROOTDIR)/uts/$(PLATFORM)
1237c478bd9Sstevel@tonic-gate
1247c478bd9Sstevel@tonic-gateROOTLINK=		$(ROOTDIR)/uts/$(PLATFORM)/sys
1257c478bd9Sstevel@tonic-gateLINKDEST=		../../../../platform/$(PLATFORM)/include/sys
1267c478bd9Sstevel@tonic-gate
1277c478bd9Sstevel@tonic-gateCHECKHDRS=		$(HDRS:%.h=%.check) \
1287c478bd9Sstevel@tonic-gate			$(MONHDRS:%.h=mon/%.check) \
1297c478bd9Sstevel@tonic-gate			$(SUN4_HDRS:%.h=%.cmncheck)
1307c478bd9Sstevel@tonic-gate
1317c478bd9Sstevel@tonic-gate.KEEP_STATE:
1327c478bd9Sstevel@tonic-gate
1337c478bd9Sstevel@tonic-gate.PARALLEL: $(CHECKHDRS) $(ROOTHDRS) $(ROOTMONHDRS) $(SUN4_ROOTHDRS)
1347c478bd9Sstevel@tonic-gate
1355c1d0199Sgd78059install_h: $(ROOTDIRS) $(USR_PSM_ISYS_I2C_DIRS) .WAIT \
1367c478bd9Sstevel@tonic-gate		$(ROOTHDRS) $(ROOTI2CHDRS) \
1375c1d0199Sgd78059		$(ROOTMONHDRS) \
1387c478bd9Sstevel@tonic-gate		$(SUN4_ROOTHDRS) $(ROOTLINK)
1397c478bd9Sstevel@tonic-gate
1407c478bd9Sstevel@tonic-gatecheck:	$(CHECKHDRS)
1417c478bd9Sstevel@tonic-gate
1427c478bd9Sstevel@tonic-gate#
1437c478bd9Sstevel@tonic-gate# install rules
1447c478bd9Sstevel@tonic-gate#
1457c478bd9Sstevel@tonic-gate$(USR_PSM_MON_DIR):	$(USR_PSM_ISYS_DIR)
14648bc00d6Sjmcp	$(INS.dir)
1477c478bd9Sstevel@tonic-gate
1487c478bd9Sstevel@tonic-gate$(USR_PSM_ISYS_I2C_DIRS):
14948bc00d6Sjmcp	$(INS.dir)
1507c478bd9Sstevel@tonic-gate
1517c478bd9Sstevel@tonic-gate$(USR_PSM_ISYS_DIR)/%:	../../sfmmu/sys/% $(USR_PSM_ISYS_DIR)
1527c478bd9Sstevel@tonic-gate	$(INS.file)
1537c478bd9Sstevel@tonic-gate
1547c478bd9Sstevel@tonic-gate$(USR_PSM_ISYS_DIR)/%:	../../sun4/sys/% $(USR_PSM_ISYS_DIR)
1557c478bd9Sstevel@tonic-gate	$(INS.file)
1567c478bd9Sstevel@tonic-gate
1577c478bd9Sstevel@tonic-gate$(USR_PSM_MON_DIR)/%:	mon/% $(USR_PSM_MON_DIR)
1587c478bd9Sstevel@tonic-gate	$(INS.file)
1597c478bd9Sstevel@tonic-gate
1607c478bd9Sstevel@tonic-gate$(ROOTDIRS):
16148bc00d6Sjmcp	$(INS.dir)
1627c478bd9Sstevel@tonic-gate
1637c478bd9Sstevel@tonic-gate# -r because this used to be a directory and is now a link.
1647c478bd9Sstevel@tonic-gate$(ROOTLINK):	$(ROOTDIRS)
16524fe0b3bSjmcp	-$(RM) -r $@; $(SYMLINK) $(LINKDEST) $@
1667c478bd9Sstevel@tonic-gate
1677c478bd9Sstevel@tonic-gatemon/%.check:	mon/%.h
1687c478bd9Sstevel@tonic-gate	$(DOT_H_CHECK)
1697c478bd9Sstevel@tonic-gate
1707c478bd9Sstevel@tonic-gate%.check:	../../sfmmu/sys/%.h
1717c478bd9Sstevel@tonic-gate	$(DOT_H_CHECK)
1727c478bd9Sstevel@tonic-gate%.cmncheck:	../../sun4/sys/%.h
1737c478bd9Sstevel@tonic-gate	$(DOT_H_CHECK)
1747c478bd9Sstevel@tonic-gate
1757c478bd9Sstevel@tonic-gateFRC:
1767c478bd9Sstevel@tonic-gate
1777c478bd9Sstevel@tonic-gateinclude ../../Makefile.targ
178