patch-2.2.19 linux/drivers/sbus/char/Makefile

Next file: linux/drivers/sbus/char/cpwatchdog.c
Previous file: linux/drivers/sbus/audio/dbri.c
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/drivers/sbus/char/Makefile linux/drivers/sbus/char/Makefile
@@ -45,6 +45,14 @@
   endif
 endif
 
+ifeq ($(CONFIG_WATCHDOG_CP1XXX),y)
+O_OBJS += cpwatchdog.o
+else
+  ifeq ($(CONFIG_WATCHDOG_CP1XXX),m)
+  M_OBJS += cpwatchdog.o
+  endif
+endif
+
 endif # eq($(CONFIG_PCI,y)
 
 ifeq ($(CONFIG_OBP_FLASH),y)

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