diff options
author | Jan Beulich <JBeulich@novell.com> | 2010-10-04 05:37:26 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2011-03-15 12:02:18 -0400 |
commit | 066d6c7f4ec94d40d13061714489783916548cdb (patch) | |
tree | b3b8763e74d59ea93a948b2527d83c33d32ad968 /drivers/watchdog/Makefile | |
parent | 57539c1cf9f146ab9988a350dbc2d7e69a8a5c30 (diff) |
watchdog: Xen watchdog driver
While the hypervisor change adding SCHEDOP_watchdog support included a
daemon to make use of the new functionality, having a kernel driver
for /dev/watchdog so that user space code doesn't need to distinguish
non-Xen and Xen seems to be preferable.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r-- | drivers/watchdog/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile index b037f3d0ec1a..d520bf9c3355 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile | |||
@@ -150,6 +150,9 @@ obj-$(CONFIG_WATCHDOG_CP1XXX) += cpwd.o | |||
150 | 150 | ||
151 | # XTENSA Architecture | 151 | # XTENSA Architecture |
152 | 152 | ||
153 | # Xen | ||
154 | obj-$(CONFIG_XEN_WDT) += xen_wdt.o | ||
155 | |||
153 | # Architecture Independant | 156 | # Architecture Independant |
154 | obj-$(CONFIG_WM831X_WATCHDOG) += wm831x_wdt.o | 157 | obj-$(CONFIG_WM831X_WATCHDOG) += wm831x_wdt.o |
155 | obj-$(CONFIG_WM8350_WATCHDOG) += wm8350_wdt.o | 158 | obj-$(CONFIG_WM8350_WATCHDOG) += wm8350_wdt.o |