diff options
author | Gleb O. Raiko <raiko@niisi.msk.ru> | 2000-03-06 11:14:13 +0000 |
---|---|---|
committer | Gleb O. Raiko <raiko@niisi.msk.ru> | 2000-03-06 11:14:13 +0000 |
commit | 5a7e7f640866b8a3b5632f2e52e248a5d423c781 (patch) | |
tree | c510d1a69c1d8b4dd9c1d2128e29291d2362e219 /arch/mips/Makefile | |
parent | bd170d4d368bbb8c3eb94b0e8d34497d187262e5 (diff) |
Update Baget stuff
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 41c3c7ffa..baccc3980 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.21 1999/09/28 22:25:44 ralf Exp $ +# $Id: Makefile,v 1.22 2000/01/26 00:07:44 ralf 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 @@ -125,6 +125,7 @@ endif ifdef CONFIG_BAGET_MIPS SUBDIRS += arch/mips/baget arch/mips/baget/prom LIBS += arch/mips/baget/baget.a arch/mips/baget/prom/bagetlib.a +LOADADDR += 0x80001000 endif # @@ -189,6 +190,7 @@ archclean: @$(MAKEBOOT) clean $(MAKE) -C arch/$(ARCH)/kernel clean $(MAKE) -C arch/$(ARCH)/tools clean + $(MAKE) -C arch/mips/baget clean archmrproper: |