diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-07-10 17:33:01 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-10 17:33:01 +0100 |
commit | e7c4782f92fc4b83d953ce53f77f05ae65dcd773 (patch) | |
tree | 8b72472f8653ed55593f52fc10e7eaa9b7b31f1b /arch/mips/jazz/Makefile | |
parent | 192cca6ef2c49ac5ff46f7a31cb9dd175995658e (diff) | |
download | linux-e7c4782f92fc4b83d953ce53f77f05ae65dcd773.tar.bz2 |
[MIPS] Put an end to <asm/serial.h>'s long and annyoing existence
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/jazz/Makefile')
-rw-r--r-- | arch/mips/jazz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/jazz/Makefile b/arch/mips/jazz/Makefile index dd9d99bfcf7a..ae4c402b5004 100644 --- a/arch/mips/jazz/Makefile +++ b/arch/mips/jazz/Makefile @@ -2,4 +2,4 @@ # Makefile for the Jazz family specific parts of the kernel # -obj-y := irq.o jazzdma.o reset.o setup.o +obj-y := irq.o jazzdma.o jazz-platform.o reset.o setup.o |