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
- Lines: 15
- Date:
Wed Jun 7 14:26:42 2000
- Orig file:
v2.2.15/linux/drivers/char/Makefile
- Orig date:
Wed May 3 17:16:33 2000
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)