patch-2.2.17 linux/drivers/char/Makefile

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

diff -u --recursive --new-file v2.2.16/drivers/char/Makefile linux/drivers/char/Makefile
@@ -628,6 +628,16 @@
   L_OBJS += dz.o
 endif
 
+
+ifeq ($(CONFIG_TOSHIBA),y)
+L_OBJS += toshiba.o
+else
+  ifeq ($(CONFIG_TOSHIBA),m)
+  M_OBJS += toshiba.o
+  endif
+endif
+
+
 include $(TOPDIR)/Rules.make
 
 fastdep:

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)