diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-02-26 00:44:39 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-02-26 00:44:39 +0000 |
commit | cb16a6c4fa8d87827f3cdea2d56940c3e943301e (patch) | |
tree | a8d900b82a5930ab8c17b20ac89979ecff27bcd3 /arch/mips/jazz/Makefile | |
parent | e4d8ca1906ea4139cf3cef237b731d38dd983920 (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/Makefile | 6 |
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 |