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 20:08:56 +0000 |
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 e79187a7950..806b3eb0853 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile @@ -115,6 +115,7 @@ obj-$(CONFIG_GEF_WDT) += gef_wdt.o obj-$(CONFIG_MPC5200_WDT) += mpc5200_wdt.o obj-$(CONFIG_8xxx_WDT) += mpc8xxx_wdt.o obj-$(CONFIG_MV64X60_WDT) += mv64x60_wdt.o +obj-$(CONFIG_PIKA_WDT) += pika_wdt.o obj-$(CONFIG_BOOKE_WDT) += booke_wdt.o # PPC64 Architecture |