xref: /illumos-gate/usr/src/uts/i86pc/Makefile.rules (revision 2bda830b)
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
54ab75253Smrj# Common Development and Distribution License (the "License").
64ab75253Smrj# 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#
214ab75253Smrj
227c478bd9Sstevel@tonic-gate#
237aec1d6eScindi# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
247c478bd9Sstevel@tonic-gate# Use is subject to license terms.
257c478bd9Sstevel@tonic-gate#
267c478bd9Sstevel@tonic-gate#pragma ident	"%Z%%M%	%I%	%E% SMI"
277c478bd9Sstevel@tonic-gate#
287c478bd9Sstevel@tonic-gate
297c478bd9Sstevel@tonic-gate#	This Makefile defines the build rules for the directory uts/i86pc
307c478bd9Sstevel@tonic-gate#	and its children. These are the source files which are i86pc
317c478bd9Sstevel@tonic-gate#	"implementation architecture" dependent.
327c478bd9Sstevel@tonic-gate#
337c478bd9Sstevel@tonic-gate#	The following two-level ordering must be maintained in this file.
347c478bd9Sstevel@tonic-gate#	  Lines are sorted first in order of decreasing specificity based on
357c478bd9Sstevel@tonic-gate#	  the first directory component.  That is, sun4u rules come before
367c478bd9Sstevel@tonic-gate#	  sparc rules come before common rules.
377c478bd9Sstevel@tonic-gate#
387c478bd9Sstevel@tonic-gate#	  Lines whose initial directory components are equal are sorted
397c478bd9Sstevel@tonic-gate#	  alphabetically by the remaining components.
407c478bd9Sstevel@tonic-gate
417c478bd9Sstevel@tonic-gate#
427c478bd9Sstevel@tonic-gate#	Section 1a: C object build rules
437c478bd9Sstevel@tonic-gate#
447c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/conf/%.c
457c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
467c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
477c478bd9Sstevel@tonic-gate
487aec1d6eScindi$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/cpu/amd_opteron/%.c
497aec1d6eScindi	$(COMPILE.c) -o $@ $<
507aec1d6eScindi	$(CTFCONVERT_O)
517aec1d6eScindi
527aec1d6eScindi$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/cpu/amd_opteron/%.s
537aec1d6eScindi	$(COMPILE.s) -o $@ $<
547aec1d6eScindi
557aec1d6eScindi$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/cpu/generic_cpu/%.c
567aec1d6eScindi	$(COMPILE.c) -o $@ $<
577aec1d6eScindi	$(CTFCONVERT_O)
587aec1d6eScindi
597aec1d6eScindi$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/cpu/generic_cpu/%.s
607aec1d6eScindi	$(COMPILE.s) -o $@ $<
617aec1d6eScindi
627c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/%.c
637c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
647c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
657c478bd9Sstevel@tonic-gate
667aec1d6eScindi$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/mc/%.c
677aec1d6eScindi	$(COMPILE.c) -o $@ $<
687aec1d6eScindi	$(CTFCONVERT_O)
697aec1d6eScindi
707c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/pci/%.c
717c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
727c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
737c478bd9Sstevel@tonic-gate
7470025d76Sjohnny$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/pciex/%.c
7570025d76Sjohnny	$(COMPILE.c) -o $@ $<
7670025d76Sjohnny	$(CTFCONVERT_O)
7770025d76Sjohnny
7870025d76Sjohnny$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/pciex/hotplug/pciehpc/%.c
7970025d76Sjohnny	$(COMPILE.c) -o $@ $<
8070025d76Sjohnny	$(CTFCONVERT_O)
8170025d76Sjohnny
827c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/pcplusmp/%.c
837c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
847c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
857c478bd9Sstevel@tonic-gate
867c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/pcplusmp/%.s
877c478bd9Sstevel@tonic-gate	$(COMPILE.s) -o $@ $<
887c478bd9Sstevel@tonic-gate
897c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/psm/%.c
907c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
917c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
927c478bd9Sstevel@tonic-gate
937c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/psm/%.s
947c478bd9Sstevel@tonic-gate	$(COMPILE.s) -o $@ $<
957c478bd9Sstevel@tonic-gate
96*2bda830bSap$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/tzmon/%.c
97*2bda830bSap	$(COMPILE.c) -o $@ $<
98*2bda830bSap	$(CTFCONVERT_O)
99*2bda830bSap
1007c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/ml/%.s
1017c478bd9Sstevel@tonic-gate	$(COMPILE.s) -o $@ $<
1027c478bd9Sstevel@tonic-gate
1037c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/os/%.c
1047c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
1057c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
1067c478bd9Sstevel@tonic-gate
1077c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/vm/%.c
1087c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
1097c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
1107c478bd9Sstevel@tonic-gate
1117c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/%.c
1127c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
1137c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
1147c478bd9Sstevel@tonic-gate
1157c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/common/os/%.c
1167c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
1177c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
1187c478bd9Sstevel@tonic-gate
1197c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(SRC)/common/dis/i386/%.c
1207c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
1217c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
1227c478bd9Sstevel@tonic-gate
1237c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/agpgart/%.c
1247c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
1257c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
1267c478bd9Sstevel@tonic-gate
127fc1821feSrugrat$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/gfx_private/%.c
128fc1821feSrugrat	$(COMPILE.c) -o $@ $<
129fc1821feSrugrat	$(CTFCONVERT_O)
130fc1821feSrugrat
1317c478bd9Sstevel@tonic-gate# ridiculous contortions ---
1327c478bd9Sstevel@tonic-gateATOMIC_SUBDIR_32	= i386
1337c478bd9Sstevel@tonic-gateATOMIC_SUBDIR_64	= amd64
1347c478bd9Sstevel@tonic-gateATOMIC_SUBDIR		= $(ATOMIC_SUBDIR_$(CLASS))
1357c478bd9Sstevel@tonic-gate
1367c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(SRC)/common/atomic/$(ATOMIC_SUBDIR)/%.s
1377c478bd9Sstevel@tonic-gate	$(COMPILE.s) -o $@ $<
1387c478bd9Sstevel@tonic-gate
139fd358c0dSmyers$(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/power/%.c
140fd358c0dSmyers	$(COMPILE.c) -o $@ $<
141fd358c0dSmyers	$(CTFCONVERT_O)
142fd358c0dSmyers
1437aec1d6eScindi$(OBJS_DIR)/%.o:		$(SRC)/common/mc/mc-amd/%.c
1447aec1d6eScindi	$(COMPILE.c) -o $@ $<
1457aec1d6eScindi	$(CTFCONVERT_O)
1467aec1d6eScindi
1477c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/%.c
1487c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
1497c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
1507c478bd9Sstevel@tonic-gate
1517c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/%.s
1527c478bd9Sstevel@tonic-gate	$(COMPILE.s) -o $@ $<
1537c478bd9Sstevel@tonic-gate
1547c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/debugger/%.c
1557c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
1567c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
1577c478bd9Sstevel@tonic-gate
1587c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/events/%.c
1597c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
1607c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
1617c478bd9Sstevel@tonic-gate
1627c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/hardware/%.c
1637c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
1647c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
1657c478bd9Sstevel@tonic-gate
1667c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/interpreter/dispatcher/%.c
1677c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
1687c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
1697c478bd9Sstevel@tonic-gate
1707c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/interpreter/executer/%.c
1717c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
1727c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
1737c478bd9Sstevel@tonic-gate
1747c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/interpreter/parser/%.c
1757c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
1767c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
1777c478bd9Sstevel@tonic-gate
1787c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/namespace/%.c
1797c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
1807c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
1817c478bd9Sstevel@tonic-gate
1827c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/resources/%.c
1837c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
1847c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
1857c478bd9Sstevel@tonic-gate
1867c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/tables/%.c
1877c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
1887c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
1897c478bd9Sstevel@tonic-gate
1907c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/utilities/%.c
1917c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
1927c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
1937c478bd9Sstevel@tonic-gate
19430082d0cSmyers$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/disassembler/%.c
19530082d0cSmyers	$(COMPILE.c) -o $@ $<
19630082d0cSmyers	$(CTFCONVERT_O)
19730082d0cSmyers
1987c478bd9Sstevel@tonic-gate$(OBJS_DIR)/dtracestubs.s:	$(UNIX_O) $(LIBS)
1997c478bd9Sstevel@tonic-gate	nm -u $(UNIX_O) $(LIBS) | grep __dtrace_probe_ | sort | uniq | nawk '{ \
2007c478bd9Sstevel@tonic-gate	    printf("\t.globl %s\n\t.type %s,@function\n%s:\n", \
2017c478bd9Sstevel@tonic-gate	    $$1, $$1, $$1); }' > $(OBJS_DIR)/dtracestubs.s
2027c478bd9Sstevel@tonic-gate
2037c478bd9Sstevel@tonic-gate$(DTRACESTUBS):	$(DTRACESTUBS_O)
20402e56f3fSwesolows	$(BUILD.SO) $(DTRACESTUBS_O)
2057c478bd9Sstevel@tonic-gate
2067c478bd9Sstevel@tonic-gate#
2077c478bd9Sstevel@tonic-gate#	Section 1b: Lint `object' build rules
2087c478bd9Sstevel@tonic-gate#
2097c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/conf/%.c
2107c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
2117c478bd9Sstevel@tonic-gate
2127aec1d6eScindi$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/cpu/amd_opteron/%.c
2137aec1d6eScindi	@($(LHEAD) $(LINT.c) $< $(LTAIL))
2147aec1d6eScindi
2157aec1d6eScindi$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/cpu/amd_opteron/%.s
2167aec1d6eScindi	@($(LHEAD) $(LINT.s) $< $(LTAIL))
2177aec1d6eScindi
2187aec1d6eScindi$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/cpu/generic_cpu/%.c
2197aec1d6eScindi	@($(LHEAD) $(LINT.c) $< $(LTAIL))
2207aec1d6eScindi
2217aec1d6eScindi$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/cpu/generic_cpu/%.s
2227aec1d6eScindi	@($(LHEAD) $(LINT.s) $< $(LTAIL))
2237aec1d6eScindi
2247c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/%.c
2257c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
2267c478bd9Sstevel@tonic-gate
2277aec1d6eScindi$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/mc/%.c
2287aec1d6eScindi	@($(LHEAD) $(LINT.c) $< $(LTAIL))
2297aec1d6eScindi
2307c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/pci/%.c
2317c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
2327c478bd9Sstevel@tonic-gate
23370025d76Sjohnny$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/pciex/%.c
23470025d76Sjohnny	@($(LHEAD) $(LINT.c) $< $(LTAIL))
23570025d76Sjohnny
23670025d76Sjohnny$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/pciex/hotplug/pciehpc/%.c
23770025d76Sjohnny	@($(LHEAD) $(LINT.c) $< $(LTAIL))
23870025d76Sjohnny
2397c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/pcplusmp/%.c
2407c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
2417c478bd9Sstevel@tonic-gate
2427c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/pcplusmp/%.s
2437c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.s) $< $(LTAIL))
2447c478bd9Sstevel@tonic-gate
2457c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/psm/%.c
2467c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
2477c478bd9Sstevel@tonic-gate
2487c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/psm/%.s
2497c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.s) $< $(LTAIL))
2507c478bd9Sstevel@tonic-gate
251*2bda830bSap$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/tzmon/%.c
252*2bda830bSap	@($(LHEAD) $(LINT.c) $< $(LTAIL))
253*2bda830bSap
2547c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/ml/%.s
2557c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.s) $< $(LTAIL))
2567c478bd9Sstevel@tonic-gate
2577c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/os/%.c
2587c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
2597c478bd9Sstevel@tonic-gate
2607c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/vm/%.c
2617c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
2627c478bd9Sstevel@tonic-gate
2637c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/%.c
2647c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
2657c478bd9Sstevel@tonic-gate
2667c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/common/os/%.c
2677c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
2687c478bd9Sstevel@tonic-gate
2697c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(SRC)/common/dis/i386/%.c
2707c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
2717c478bd9Sstevel@tonic-gate
2727c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/agpgart/%.c
2737c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
2747c478bd9Sstevel@tonic-gate
2757c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(SRC)/common/atomic/%.c
2767c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
2777c478bd9Sstevel@tonic-gate
2787aec1d6eScindi$(LINTS_DIR)/%.ln:		$(SRC)/common/mc/mc-amd/%.c
2797aec1d6eScindi	@($(LHEAD) $(LINT.c) $< $(LTAIL))
2807aec1d6eScindi
2817c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/%.s
2827c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.s) $< $(LTAIL))
2837c478bd9Sstevel@tonic-gate
2847c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/%.c
2857c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
2867c478bd9Sstevel@tonic-gate
2877c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/debugger/%.c
2887c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
2897c478bd9Sstevel@tonic-gate
2907c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/events/%.c
2917c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
2927c478bd9Sstevel@tonic-gate
2937c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/hardware/%.c
2947c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
2957c478bd9Sstevel@tonic-gate
2967c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/interpreter/dispatcher/%.c
2977c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
2987c478bd9Sstevel@tonic-gate
2997c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/interpreter/executer/%.c
3007c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
3017c478bd9Sstevel@tonic-gate
3027c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/interpreter/parser/%.c
3037c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
3047c478bd9Sstevel@tonic-gate
3057c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/namespace/%.c
3067c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
3077c478bd9Sstevel@tonic-gate
3087c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/resources/%.c
3097c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
3107c478bd9Sstevel@tonic-gate
3117c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/tables/%.c
3127c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
3137c478bd9Sstevel@tonic-gate
3147c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/utilities/%.c
3157c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
3167c478bd9Sstevel@tonic-gate
31730082d0cSmyers$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/disassembler/%.c
31830082d0cSmyers	@($(LHEAD) $(LINT.c) $< $(LTAIL))
31930082d0cSmyers
320fc1821feSrugrat$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/gfx_private/%.c
321fc1821feSrugrat	@($(LHEAD) $(LINT.c) $< $(LTAIL))
322fc1821feSrugrat
323