diff options
author | Sean MacLennan <smaclennan@pikatech.com> | 2008-09-23 20:26:26 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2009-01-12 15:08:56 -0500 |
commit | 618efba999d0e7f4bcde93231dcb9a748223c6e3 (patch) | |
tree | fca1195611b8c7f272cf0cd947e99062fa0748bb /drivers/watchdog/Makefile | |
parent | 6ec9eae67a82a38865af20580e5e0ccd012aca4b (diff) |
[WATCHDOG] Pika Warp appliance watchdog timer
The FPGA based watchdog timer used by the Pika Warp appliance.
Signed-off-by: Sean MacLennan <smaclennan@pikatech.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r-- | drivers/watchdog/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile index e79187a79501..806b3eb08536 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile | |||
@@ -115,6 +115,7 @@ obj-$(CONFIG_GEF_WDT) += gef_wdt.o | |||
115 | obj-$(CONFIG_MPC5200_WDT) += mpc5200_wdt.o | 115 | obj-$(CONFIG_MPC5200_WDT) += mpc5200_wdt.o |
116 | obj-$(CONFIG_8xxx_WDT) += mpc8xxx_wdt.o | 116 | obj-$(CONFIG_8xxx_WDT) += mpc8xxx_wdt.o |
117 | obj-$(CONFIG_MV64X60_WDT) += mv64x60_wdt.o | 117 | obj-$(CONFIG_MV64X60_WDT) += mv64x60_wdt.o |
118 | obj-$(CONFIG_PIKA_WDT) += pika_wdt.o | ||
118 | obj-$(CONFIG_BOOKE_WDT) += booke_wdt.o | 119 | obj-$(CONFIG_BOOKE_WDT) += booke_wdt.o |
119 | 120 | ||
120 | # PPC64 Architecture | 121 | # PPC64 Architecture |