patch-2.1.113 linux/drivers/char/Makefile

Next file: linux/drivers/char/amikeyb.c
Previous file: linux/drivers/cdrom/cdu31a.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.112/linux/drivers/char/Makefile linux/drivers/char/Makefile
@@ -246,6 +246,16 @@
   endif
 endif
 
+ifeq ($(CONFIG_MACMOUSE),y)
+M = y
+L_OBJS += macmouse.o
+else
+  ifeq ($(CONFIG_MACMOUSE),m)
+    M_OBJS += macmouse.o
+    MM = m
+  endif
+endif
+
 ifdef CONFIG_SUN_MOUSE
 M = y
 endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov