diff options
Diffstat (limited to 'hw/kdrive/linux/Imakefile')
-rw-r--r-- | hw/kdrive/linux/Imakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/kdrive/linux/Imakefile b/hw/kdrive/linux/Imakefile index 477bf9e30..2bc47c1e3 100644 --- a/hw/kdrive/linux/Imakefile +++ b/hw/kdrive/linux/Imakefile @@ -1,5 +1,5 @@ XCOMM $XConsortium: Imakefile /main/10 1996/12/02 10:20:33 lehors $ -XCOMM $XFree86: xc/programs/Xserver/hw/kdrive/linux/Imakefile,v 1.3 2000/09/22 06:25:09 keithp Exp $ +XCOMM $XFree86: xc/programs/Xserver/hw/kdrive/linux/Imakefile,v 1.5 2001/03/30 02:15:20 keithp Exp $ KDRIVE=.. #include "../Kdrive.tmpl" @@ -8,9 +8,9 @@ TSSRCS = ts.c TSOBJS = ts.o #endif -SRCS = keyboard.c linux.c ps2.c bus.c agp.c $(TSSRCS) +SRCS = keyboard.c linux.c ps2.c ms.c bus.c agp.c $(TSSRCS) -OBJS = keyboard.o linux.o ps2.o bus.o agp.o $(TSOBJS) +OBJS = keyboard.o linux.o ps2.o ms.o bus.o agp.o $(TSOBJS) INCLUDES = -I. $(KDINCS) |