summaryrefslogtreecommitdiff
path: root/drivers/input/mouse/Makefile
diff options
context:
space:
mode:
authorAlan Cox <alan@lxorguk.ukuu.org.uk>2003-03-22 03:16:47 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-03-22 03:16:47 -0800
commitcb131151601ad71cb7b62ba5c01e036d74ea9cc2 (patch)
treed29082c4b98afb2fcd43d86fa556f07b1a8d0572 /drivers/input/mouse/Makefile
parent3366afee2e414d3ca603cf865e002cf1c4198d73 (diff)
[PATCH] merge PC9800 mouse driver
Diffstat (limited to 'drivers/input/mouse/Makefile')
-rw-r--r--drivers/input/mouse/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/mouse/Makefile b/drivers/input/mouse/Makefile
index 7ea1c35c29ea..4393e0d9522d 100644
--- a/drivers/input/mouse/Makefile
+++ b/drivers/input/mouse/Makefile
@@ -10,5 +10,6 @@ obj-$(CONFIG_MOUSE_INPORT) += inport.o
obj-$(CONFIG_MOUSE_LOGIBM) += logibm.o
obj-$(CONFIG_MOUSE_MAPLE) += maplemouse.o
obj-$(CONFIG_MOUSE_PC110PAD) += pc110pad.o
+obj-$(CONFIG_MOUSE_PC9800) += 98busmouse.o
obj-$(CONFIG_MOUSE_PS2) += psmouse.o
obj-$(CONFIG_MOUSE_SERIAL) += sermouse.o