diff options
author | Harald Koerfgen <hkoerfg@web.de> | 1999-10-17 19:55:22 +0000 |
---|---|---|
committer | Harald Koerfgen <hkoerfg@web.de> | 1999-10-17 19:55:22 +0000 |
commit | 929e0befd2cc9e36339bd8da47ad552192e61545 (patch) | |
tree | 2d312a0358539fd1c06f4c5ec509e5b09a746466 /arch/mips/boot | |
parent | f20726c6656eb8412fafe93d7e42bef64819bb99 (diff) |
Some minor bugfixes:
o Fix braino in lib/Makefile
o Export __wbflush() and release_tc_card() for modules
o DMA isn't limited on DECstations
o remove elf2ecoff and addinitrd while "make clean"
Diffstat (limited to 'arch/mips/boot')
-rw-r--r-- | arch/mips/boot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/boot/Makefile b/arch/mips/boot/Makefile index 63af5fc70..1ae3a3fd6 100644 --- a/arch/mips/boot/Makefile +++ b/arch/mips/boot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1999/03/13 12:36:50 tsbogend Exp $ +# $Id: Makefile,v 1.9 1999/04/07 18:45:23 harald Exp $ # # This file is subject to the terms and conditions of the GNU General Public # License. See the file "COPYING" in the main directory of this archive @@ -46,6 +46,8 @@ dep: clean: rm -f vmlinux.ecoff + rm -f addinitrd + rm -f elf2ecoff dummy: |