diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-08-19 22:56:31 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-08-19 22:56:31 +0000 |
commit | 8a1ae5514bf9f793282ea5a61254f7fbb3a5ec3e (patch) | |
tree | 317452d53b8f901052d08c7ebbce07e85839bb43 /arch/mips64/kernel/Makefile | |
parent | 794ff4dc959a8dfef4f704ef6a5bb7334e421623 (diff) |
MIPS 64, day 2.
Diffstat (limited to 'arch/mips64/kernel/Makefile')
-rw-r--r-- | arch/mips64/kernel/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/mips64/kernel/Makefile b/arch/mips64/kernel/Makefile new file mode 100644 index 000000000..34f033d17 --- /dev/null +++ b/arch/mips64/kernel/Makefile @@ -0,0 +1,20 @@ +# +# Makefile for the Linux/MIPS kernel. +# +# Note! Dependencies are done automagically by 'make dep', which also +# removes any old dependencies. DON'T put your own dependencies here +# unless it's something special (ie not a .c file). +# + +.S.o: + $(CC) $(CFLAGS) -c $< -o $*.o + +all: kernel.o + +O_TARGET := kernel.o +O_OBJS := +OX_OBJS := + +clean: + +include $(TOPDIR)/Rules.make |