summaryrefslogtreecommitdiffstats
path: root/arch/mips64/kernel/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-08-21 22:19:10 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-08-21 22:19:10 +0000
commitb5710aa33141544bf7cb9c3e509d587ff457a094 (patch)
tree40214b7ea9f82c8a48a9eaeb428c25c0565aee32 /arch/mips64/kernel/Makefile
parent892bf98f0c04e9297979936d973c85e62a3f0b96 (diff)
Look ma - a tank has hit the MIPS sources ...
Diffstat (limited to 'arch/mips64/kernel/Makefile')
-rw-r--r--arch/mips64/kernel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips64/kernel/Makefile b/arch/mips64/kernel/Makefile
index 34f033d17..0fada481d 100644
--- a/arch/mips64/kernel/Makefile
+++ b/arch/mips64/kernel/Makefile
@@ -9,11 +9,11 @@
.S.o:
$(CC) $(CFLAGS) -c $< -o $*.o
-all: kernel.o
+all: kernel.o head.o init_task.o
O_TARGET := kernel.o
-O_OBJS :=
-OX_OBJS :=
+O_OBJS := entry.o setup.o
+OX_OBJS := mips64_ksyms.o
clean: