blob: 6e48ae2a7175b29a442e0aa63ab95403d2ce03c4 (
plain)
1
2
3
4
5
6
7
|
# $Id: Makefile,v 1.5 1995/11/25 00:59:48 davem Exp $
# Makefile for the Sun Boot PROM interface library under
# Linux.
#
obj-y := init.o console.o printf.o misc.o
#bootstr.o init.o misc.o segment.o console.o printf.o
|