patch-2.2.14 linux/arch/sparc64/prom/Makefile
Next file: linux/arch/sparc64/prom/map.S
Previous file: linux/arch/sparc64/mm/ultra.S
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Tue Jan 4 10:12:13 2000
- Orig file:
v2.2.13/linux/arch/sparc64/prom/Makefile
- Orig date:
Mon Mar 17 14:54:23 1997
diff -u --recursive --new-file v2.2.13/linux/arch/sparc64/prom/Makefile linux/arch/sparc64/prom/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1997/02/25 12:40:25 jj Exp $
+# $Id: Makefile,v 1.2.6.1 1999/10/24 17:29:02 davem Exp $
# Makefile for the Sun Boot PROM interface library under
# Linux.
#
@@ -9,13 +9,19 @@
# Note 2! The CFLAGS definitions are now in the main makefile...
OBJS = bootstr.o devops.o init.o memory.o misc.o \
- ranges.o tree.o console.o printf.o p1275.o
+ ranges.o tree.o console.o printf.o p1275.o map.o
all: promlib.a
promlib.a: $(OBJS)
$(AR) rcs promlib.a $(OBJS)
sync
+
+.S.s:
+ $(CPP) -D__ASSEMBLY__ $(AFLAGS) -ansi $< -o $*.s
+
+.S.o:
+ $(CC) -D__ASSEMBLY__ $(AFLAGS) -ansi -c $< -o $*.o
dep:
$(CPP) -M *.c > .depend
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)