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 1995-1997, 2002-2003 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26# ident "%Z%%M% %I% %E% SMI" 27# 28# psm/promif/ieee1275/common/Makefile.files 29# 30# This Makefile defines all the promif file modules for the 31# directory psm/promif/ieee1275/common 32# 33 34# 35# IEEE 1275-1994 'common' PROM Routines 36# 37 38COMMON_PROM = \ 39 prom_2path.o \ 40 prom_boot.o \ 41 prom_devname.o \ 42 prom_devtype.o \ 43 prom_enter.o \ 44 prom_env.o \ 45 prom_exit.o \ 46 prom_fb.o \ 47 prom_getchar.o \ 48 prom_gettime.o \ 49 prom_handler.o \ 50 prom_inpath.o \ 51 prom_interp.o \ 52 prom_io.o \ 53 prom_kbd.o \ 54 prom_key.o \ 55 prom_node.o \ 56 prom_outpath.o \ 57 prom_panic.o \ 58 prom_path.o \ 59 prom_phandle.o \ 60 prom_printf.o \ 61 prom_prop.o \ 62 prom_putchar.o \ 63 prom_reboot.o \ 64 prom_stdin.o \ 65 prom_stdout.o \ 66 prom_string.o \ 67 prom_test.o \ 68 prom_trap.o \ 69 prom_version.o \ 70 prom_wrtestr.o 71 72sparc_PROM = 73 74CORE_OBJS += $(COMMON_PROM) $($(MACH)_PROM) 75