diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 1999-02-25 21:57:01 +0000 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 1999-02-25 21:57:01 +0000 |
commit | 346a64356b434d2d80594a120a14a310b558f538 (patch) | |
tree | d9e9521de2965b6364a5b462b629c8ecf541aea2 /arch/mips | |
parent | 1c8ea12435b6b2f99a3948a705ed2993662702c9 (diff) |
added missing file
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/jazz/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/mips/jazz/Makefile b/arch/mips/jazz/Makefile index 202a13890..3b3e83e96 100644 --- a/arch/mips/jazz/Makefile +++ b/arch/mips/jazz/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1998/10/28 12:38:10 ralf Exp $ +# $Id: Makefile,v 1.5 1999/01/03 17:50:47 ralf Exp $ # # Makefile for the Jazz family specific parts of the kernel # @@ -14,7 +14,8 @@ all: jazz.o O_TARGET := jazz.o -O_OBJS := int-handler.o jazzdma.o reset.o rtc-jazz.o setup.o floppy-jazz.o +O_OBJS := int-handler.o jazzdma.o reset.o rtc-jazz.o setup.o floppy-jazz.o \ + kbd-jazz.o int-handler.o: int-handler.S |