summaryrefslogtreecommitdiffstats
path: root/arch/mips/jazz/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-02-26 00:44:39 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-02-26 00:44:39 +0000
commitcb16a6c4fa8d87827f3cdea2d56940c3e943301e (patch)
treea8d900b82a5930ab8c17b20ac89979ecff27bcd3 /arch/mips/jazz/Makefile
parente4d8ca1906ea4139cf3cef237b731d38dd983920 (diff)
Some changes to get Jazz to compile again. There are other changes
needed which I won't checkin yet.
Diffstat (limited to 'arch/mips/jazz/Makefile')
-rw-r--r--arch/mips/jazz/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/mips/jazz/Makefile b/arch/mips/jazz/Makefile
index 9328cdce2..0a12a22d1 100644
--- a/arch/mips/jazz/Makefile
+++ b/arch/mips/jazz/Makefile
@@ -11,10 +11,12 @@
.S.o:
$(CC) $(CFLAGS) -c $< -o $@
+all: jazz.o
+
O_TARGET := jazz.o
-obj-y := int-handler.o jazzdma.o reset.o rtc-jazz.o setup.o floppy-jazz.o \
- kbd-jazz.o
+obj-y := int-handler.o irq.o jazzdma.o reset.o rtc-jazz.o setup.o \
+ floppy-jazz.o kbd-jazz.o
int-handler.o: int-handler.S