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 5c56c1e58Sgirish# Common Development and Distribution License (the "License"). 6c56c1e58Sgirish# 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# 217c478bd9Sstevel@tonic-gate 2224fe0b3bSjmcp# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 237c478bd9Sstevel@tonic-gate# Use is subject to license terms. 247c478bd9Sstevel@tonic-gate# 257c478bd9Sstevel@tonic-gate# 267c478bd9Sstevel@tonic-gate# uts/sun4v/sys/Makefile 277c478bd9Sstevel@tonic-gate# 287c478bd9Sstevel@tonic-gate# include global definitions 297c478bd9Sstevel@tonic-gateUTSBASE = ../.. 307c478bd9Sstevel@tonic-gate 317c478bd9Sstevel@tonic-gate# 327c478bd9Sstevel@tonic-gate# include global definitions 337c478bd9Sstevel@tonic-gate# 347c478bd9Sstevel@tonic-gateinclude ../Makefile.sun4v 357c478bd9Sstevel@tonic-gate 367c478bd9Sstevel@tonic-gate# 377c478bd9Sstevel@tonic-gate# Override defaults. 387c478bd9Sstevel@tonic-gate# 397c478bd9Sstevel@tonic-gateFILEMODE = 644 407c478bd9Sstevel@tonic-gate 417c478bd9Sstevel@tonic-gateSUN4_HDRS= \ 427c478bd9Sstevel@tonic-gate clock.h \ 437c478bd9Sstevel@tonic-gate cmp.h \ 447c478bd9Sstevel@tonic-gate cpc_ultra.h \ 457c478bd9Sstevel@tonic-gate cpu_sgnblk_defs.h \ 467c478bd9Sstevel@tonic-gate ddi_subrdefs.h \ 477c478bd9Sstevel@tonic-gate dvma.h \ 487c478bd9Sstevel@tonic-gate eeprom.h \ 497c478bd9Sstevel@tonic-gate fcode.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= \ 69ef884685Srb144127 ds_pri.h \ 700d63ce2bSvenki ds_snmp.h \ 717c478bd9Sstevel@tonic-gate hypervisor_api.h \ 72c56c1e58Sgirish hsvc.h \ 737c478bd9Sstevel@tonic-gate machasi.h \ 747c478bd9Sstevel@tonic-gate machclock.h \ 757c478bd9Sstevel@tonic-gate machcpuvar.h \ 767c478bd9Sstevel@tonic-gate mach_descrip.h \ 777c478bd9Sstevel@tonic-gate machintreg.h \ 787c478bd9Sstevel@tonic-gate machparam.h \ 797c478bd9Sstevel@tonic-gate machsystm.h \ 807c478bd9Sstevel@tonic-gate machthread.h \ 817c478bd9Sstevel@tonic-gate mmu.h \ 827c478bd9Sstevel@tonic-gate niagaraasi.h \ 837c478bd9Sstevel@tonic-gate niagararegs.h \ 84927a453eSwentaoy ntwdt.h \ 857c478bd9Sstevel@tonic-gate pte.h \ 867c478bd9Sstevel@tonic-gate prom_plat.h \ 877c478bd9Sstevel@tonic-gate qcn.h \ 883b890a5bSjb145095 soft_state.h \ 8930588217SMike Christensen traptrace.h \ 9030588217SMike Christensen vlds.h 917c478bd9Sstevel@tonic-gate 927c478bd9Sstevel@tonic-gateROOTHDRS= $(HDRS:%=$(USR_PSM_ISYS_DIR)/%) 93fb9f9b97Skupfer 947c478bd9Sstevel@tonic-gateSUN4_ROOTHDRS= $(SUN4_HDRS:%=$(USR_PSM_ISYS_DIR)/%) 957c478bd9Sstevel@tonic-gate 967c478bd9Sstevel@tonic-gateROOTDIR= $(ROOT)/usr/share/src 977c478bd9Sstevel@tonic-gateROOTDIRS= $(ROOTDIR)/uts $(ROOTDIR)/uts/$(PLATFORM) 987c478bd9Sstevel@tonic-gate 997c478bd9Sstevel@tonic-gateROOTLINK= $(ROOTDIR)/uts/$(PLATFORM)/sys 1007c478bd9Sstevel@tonic-gateLINKDEST= ../../../../platform/$(PLATFORM)/include/sys 1017c478bd9Sstevel@tonic-gate 1027c478bd9Sstevel@tonic-gateCHECKHDRS= $(HDRS:%.h=%.check) \ 1036f45ec7bSml29623 $(SUN4_HDRS:%.h=%.cmncheck) 10444961713Sgirish 1057c478bd9Sstevel@tonic-gate.KEEP_STATE: 1067c478bd9Sstevel@tonic-gate 1077c478bd9Sstevel@tonic-gate.PARALLEL: $(CHECKHDRS) $(ROOTHDRS) $(SUN4_ROOTHDRS) 1087c478bd9Sstevel@tonic-gate 1097c478bd9Sstevel@tonic-gateinstall_h: $(ROOTDIRS) .WAIT \ 1107c478bd9Sstevel@tonic-gate $(ROOTHDRS) .WAIT \ 1117c478bd9Sstevel@tonic-gate $(SUN4_ROOTHDRS) .WAIT $(ROOTLINK) 1127c478bd9Sstevel@tonic-gate 1137c478bd9Sstevel@tonic-gatecheck: $(CHECKHDRS) 1147c478bd9Sstevel@tonic-gate 1157c478bd9Sstevel@tonic-gate# 1167c478bd9Sstevel@tonic-gate# install rules 1177c478bd9Sstevel@tonic-gate# 1187c478bd9Sstevel@tonic-gate$(USR_PSM_ISYS_DIR)/%: ../../sfmmu/sys/% $(USR_PSM_ISYS_DIR) 1197c478bd9Sstevel@tonic-gate $(INS.file) 1207c478bd9Sstevel@tonic-gate 1217c478bd9Sstevel@tonic-gate$(USR_PSM_ISYS_DIR)/%: ../../sun4/sys/% $(USR_PSM_ISYS_DIR) 1227c478bd9Sstevel@tonic-gate $(INS.file) 1237c478bd9Sstevel@tonic-gate 1247c478bd9Sstevel@tonic-gate$(ROOTDIRS): 125*48bc00d6Sjmcp $(INS.dir) 1267c478bd9Sstevel@tonic-gate 1277c478bd9Sstevel@tonic-gate# -r because this used to be a directory and is now a link. 1287c478bd9Sstevel@tonic-gate$(ROOTLINK): $(ROOTDIRS) 12924fe0b3bSjmcp -$(RM) -r $@; $(SYMLINK) $(LINKDEST) $@ 1307c478bd9Sstevel@tonic-gate 1317c478bd9Sstevel@tonic-gatemon/%.check: mon/%.h 1327c478bd9Sstevel@tonic-gate $(DOT_H_CHECK) 1337c478bd9Sstevel@tonic-gate 1347c478bd9Sstevel@tonic-gate%.check: ../../sfmmu/sys/%.h 1357c478bd9Sstevel@tonic-gate $(DOT_H_CHECK) 1367c478bd9Sstevel@tonic-gate%.cmncheck: ../../sun4/sys/%.h 1377c478bd9Sstevel@tonic-gate $(DOT_H_CHECK) 1387c478bd9Sstevel@tonic-gate 1397c478bd9Sstevel@tonic-gateFRC: 1407c478bd9Sstevel@tonic-gate 1417c478bd9Sstevel@tonic-gateinclude ../../Makefile.targ 142