diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-07-20 14:56:40 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-07-20 14:56:40 +0000 |
commit | e308faf24f68e262d92d294a01ddca7a17e76762 (patch) | |
tree | 22c47cb315811834861f013067878ff664e95abd /arch/sparc/Makefile | |
parent | 30c6397ce63178fcb3e7963ac247f0a03132aca9 (diff) |
Sync with Linux 2.1.46.
Diffstat (limited to 'arch/sparc/Makefile')
-rw-r--r-- | arch/sparc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/sparc/Makefile b/arch/sparc/Makefile index 92c73de32..7a8d46a07 100644 --- a/arch/sparc/Makefile +++ b/arch/sparc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.28 1997/05/01 01:41:21 davem Exp $ +# $Id: Makefile,v 1.29 1997/07/11 11:05:23 jj Exp $ # sparc/Makefile # # Makefile for the architecture dependent flags and dependencies on the @@ -45,3 +45,6 @@ archdep: check_asm: $(MAKE) -C arch/sparc/kernel check_asm + +tftpboot.img: + $(MAKE) -C arch/sparc/boot tftpboot.img |