4cb29d1812
No longer used. Signed-off-by: David S. Miller <davem@davemloft.net>
10 lines
260 B
Makefile
10 lines
260 B
Makefile
# $Id: Makefile,v 1.7 2000/12/14 22:57:25 davem Exp $
|
|
# Makefile for the Sun Boot PROM interface library under
|
|
# Linux.
|
|
#
|
|
|
|
EXTRA_AFLAGS := -ansi
|
|
EXTRA_CFLAGS := -Werror
|
|
|
|
lib-y := bootstr.o devops.o init.o misc.o \
|
|
tree.o console.o printf.o p1275.o cif.o
|