diff options
Diffstat (limited to 'arch/mips/jazz/Makefile')
-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 |