xref: /illumos-gate/usr/src/psm/promif/ieee1275/sun4u/Makefile.files (revision 7c478bd95313f5f23a4c958a745db2134aa03244)
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, Version 1.0 only
6# (the "License").  You may not use this file except in compliance
7# with the License.
8#
9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10# or http://www.opensolaris.org/os/licensing.
11# See the License for the specific language governing permissions
12# and limitations under the License.
13#
14# When distributing Covered Code, include this CDDL HEADER in each
15# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23# Copyright (c) 1992-2001 by Sun Microsystems, Inc.
24# All rights reserved.
25#
26#pragma ident	"%Z%%M%	%I%	%E% SMI"
27#
28# psm/promif/ieee1275/sun4u/Makefile.files
29#
30#	This Makefile defines all the promif file modules for the
31#	directory psm/promif/ieee1275/sun4u.
32#
33
34#
35# Note that the kernel doesn't use/need prom_map.o and prom_alloc.o
36#
37
38#
39#			PROM Platform-dependent routines
40#
41CORE_OBJS +=				\
42	prom_cpuctl.o			\
43	prom_efcode.o			\
44	prom_getunum.o			\
45	prom_heartbeat.o		\
46	prom_idprom.o			\
47	prom_init.o			\
48	prom_macaddr.o			\
49	prom_mem.o			\
50	prom_mmu.o			\
51	prom_power_off.o		\
52	prom_retain.o			\
53	prom_serengeti.o		\
54	prom_set_traptable.o		\
55	prom_sparc.o			\
56	prom_starcat.o			\
57	prom_starfire.o			\
58	prom_sunfire.o			\
59	prom_vercheck.o			\
60	prom_vername.o
61