summaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorHarald Koerfgen <hkoerfg@web.de>1999-05-02 20:56:18 +0000
committerHarald Koerfgen <hkoerfg@web.de>1999-05-02 20:56:18 +0000
commit9258cfc6e1c91e593152120a59983c9e9f761855 (patch)
tree59682d43c39a936d433b91d345bcd4dfa31cc3c8 /arch/mips/Makefile
parent4a7fdfbd17814fc999257f81256fe34e4bd20bdd (diff)
Some minor bugfixes
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile13
1 files changed, 11 insertions, 2 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 9dc992778..5e448e13f 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.14 1999/01/27 23:59:02 ralf Exp $
+# $Id: Makefile,v 1.16 1999/02/09 23:11:30 adevries 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
@@ -173,7 +173,16 @@ HEAD := arch/mips/kernel/head.o arch/mips/kernel/init_task.o
SUBDIRS := $(SUBDIRS) $(addprefix arch/mips/, kernel mm lib tools)
CORE_FILES := arch/mips/kernel/kernel.o arch/mips/mm/mm.o $(CORE_FILES)
-LIBS := arch/mips/lib/lib.a $(LIBS) arch/mips/lib/lib.a
+LIBS := arch/mips/lib/lib.a $(LIBS)
+
+ifdef CONFIG_BAGET_MIPS
+
+BAGETBOOT = $(MAKE) -C arch/$(ARCH)/baget
+
+balo: vmlinux
+ $(BAGETBOOT) balo
+
+endif
MAKEBOOT = $(MAKE) -C arch/$(ARCH)/boot