- Kai Germaschewski: ISDN update (including Makefiles)
[davej-history.git] / arch / sparc64 / prom / Makefile
blob7387b9c24dfa46b31c779070f394f64397c9fa0c
1 # $Id: Makefile,v 1.7 2000/12/14 22:57:25 davem Exp $
2 # Makefile for the Sun Boot PROM interface library under
3 # Linux.
5 # Note! Dependencies are done automagically by 'make dep', which also
6 # removes any old dependencies. DON'T put your own dependencies here
7 # unless it's something special (ie not a .c file).
9 # Note 2! The CFLAGS definitions are now in the main makefile...
11 L_TARGET = promlib.a
12 obj-y := bootstr.o devops.o init.o memory.o misc.o \
13 tree.o console.o printf.o p1275.o map.o
15 .S.s:
16 $(CPP) $(AFLAGS) -ansi $< -o $*.s
18 .S.o:
19 $(CC) $(AFLAGS) -ansi -c $< -o $*.o
21 include $(TOPDIR)/Rules.make