diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-07-21 22:00:56 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-07-21 22:00:56 +0000 |
commit | 168660f24dfc46c2702acbe4701a446f42a59578 (patch) | |
tree | f431368afbf6b1b71809cf3fd904d800ea126f4d /arch/sparc/Makefile | |
parent | 6420f767924fa73b0ea267864d96820815f4ba5a (diff) |
Merge with Linux 2.4.0-test5-pre3.
Diffstat (limited to 'arch/sparc/Makefile')
-rw-r--r-- | arch/sparc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/sparc/Makefile b/arch/sparc/Makefile index 2fe7a2c18..b7156415a 100644 --- a/arch/sparc/Makefile +++ b/arch/sparc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.46 2000/03/21 06:12:26 davem Exp $ +# $Id: Makefile,v 1.47 2000/07/15 00:04:27 davem Exp $ # sparc/Makefile # # Makefile for the architecture dependent flags and dependencies on the @@ -56,8 +56,9 @@ archclean: -$(MAKE) -C arch/sparc/boot clean archmrproper: + rm -f $(TOPDIR)/include/asm-sparc/asm_offsets.h -archdep: +archdep: check_asm check_asm: $(MAKE) -C arch/sparc/kernel check_asm |