patch-2.1.97 linux/arch/sparc/prom/Makefile
Next file: linux/arch/sparc/prom/bootstr.c
Previous file: linux/arch/sparc/mm/viking.S
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Tue Apr 14 17:44:20 1998
- Orig file:
v2.1.96/linux/arch/sparc/prom/Makefile
- Orig date:
Sat Nov 9 00:12:23 1996
diff -u --recursive --new-file v2.1.96/linux/arch/sparc/prom/Makefile linux/arch/sparc/prom/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1995/11/25 00:59:48 davem Exp $
+# $Id: Makefile,v 1.6 1998/01/30 10:58:59 jj Exp $
# Makefile for the Sun Boot PROM interface library under
# Linux.
#
@@ -9,7 +9,11 @@
# Note 2! The CFLAGS definitions are now in the main makefile...
OBJS = bootstr.o devmap.o devops.o init.o memory.o misc.o mp.o \
- palloc.o ranges.o segment.o tree.o console.o printf.o
+ palloc.o ranges.o segment.o console.o printf.o tree.o
+
+ifeq ($(CONFIG_SUN4),y)
+OBJS += sun4prom.o
+endif
all: promlib.a
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov