diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-29 20:07:01 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-29 20:07:01 -0400 |
commit | 8ab0dc333eacb2249c63d1fc7c5241299fa0493f (patch) | |
tree | 5e4118de12ec27b390a5e6238d4f69378ada6092 /drivers/sbus/char/Makefile | |
parent | c5f8556cb5b8ab020f234191a6071cbeeeabd638 (diff) |
cpwatchdog: Move to drivers/watchdog/cpwd.c
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/sbus/char/Makefile')
-rw-r--r-- | drivers/sbus/char/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/sbus/char/Makefile b/drivers/sbus/char/Makefile index b29c186b6956..d83212ec5417 100644 --- a/drivers/sbus/char/Makefile +++ b/drivers/sbus/char/Makefile | |||
@@ -11,7 +11,6 @@ bbc-objs := bbc_i2c.o bbc_envctrl.o | |||
11 | 11 | ||
12 | obj-$(CONFIG_ENVCTRL) += envctrl.o | 12 | obj-$(CONFIG_ENVCTRL) += envctrl.o |
13 | obj-$(CONFIG_DISPLAY7SEG) += display7seg.o | 13 | obj-$(CONFIG_DISPLAY7SEG) += display7seg.o |
14 | obj-$(CONFIG_WATCHDOG_CP1XXX) += cpwatchdog.o | ||
15 | obj-$(CONFIG_OBP_FLASH) += flash.o | 14 | obj-$(CONFIG_OBP_FLASH) += flash.o |
16 | obj-$(CONFIG_SUN_OPENPROMIO) += openprom.o | 15 | obj-$(CONFIG_SUN_OPENPROMIO) += openprom.o |
17 | obj-$(CONFIG_SUN_MOSTEK_RTC) += rtc.o | 16 | obj-$(CONFIG_SUN_MOSTEK_RTC) += rtc.o |