1# $Id: Makefile,v 1.1.1.1 2007/08/03 18:52:19 Exp $
2# Makefile for the Sun Boot PROM interface library under
3# Linux.
4#
5
6EXTRA_AFLAGS := -ansi
7EXTRA_CFLAGS := -Werror
8
9lib-y   := bootstr.o devops.o init.o misc.o \
10	   tree.o console.o printf.o p1275.o cif.o
11