patch-2.2.16 linux/drivers/char/Makefile

Next file: linux/drivers/char/README.computone
Previous file: linux/drivers/char/Config.in
Back to the patch index
Back to the overall index

diff -urN v2.2.15/linux/drivers/char/Makefile linux/drivers/char/Makefile
@@ -299,6 +299,14 @@
   endif
 endif
 
+ifeq ($(CONFIG_60XX_WDT),y)
+L_OBJS += sbc60xxwdt.o
+else
+  ifeq ($(CONFIG_60XX_WDT),m)
+  M_OBJS += sbc60xxwdt.o
+  endif
+endif
+
 ifeq ($(CONFIG_MIXCOMWD),y)
 L_OBJS += mixcomwd.o
 else

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