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
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