* better
[mascara-docs.git] / i386 / linux-2.3.21 / arch / sparc64 / boot / Makefile
blobbba75928db3330354d7576fa16755105ad11fafc
1 # $Id: Makefile,v 1.4 1997/12/15 20:08:56 ecd Exp $
2 # Makefile for the Sparc64 boot stuff.
4 # Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
5 # Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
7 ROOT_IMG =/usr/src/root.img
8 ELFTOAOUT =elftoaout
10 all: boot
12 boot:
13 @echo "Nothing special to be done for 'boot' on Linux/UltraSPARC."
15 tftpboot.img: piggyback $(TOPDIR)/vmlinux $(ROOT_IMG)
16 $(ELFTOAOUT) $(TOPDIR)/vmlinux -o tftpboot.img
17 ./piggyback tftpboot.img $(TOPDIR)/System.map $(ROOT_IMG)
19 piggyback: piggyback.c
20 $(HOSTCC) $(HOSTCFLAGS) -o piggyback piggyback.c
22 dep: