diff options
Diffstat (limited to 'drivers/char/watchdog/Makefile')
-rw-r--r-- | drivers/char/watchdog/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Makefile b/drivers/char/watchdog/Makefile index fbd5cf63064b..2373e1710ae7 100644 --- a/drivers/char/watchdog/Makefile +++ b/drivers/char/watchdog/Makefile | |||
@@ -50,6 +50,7 @@ obj-$(CONFIG_MACHZ_WDT) += machzwd.o | |||
50 | 50 | ||
51 | # PowerPC Architecture | 51 | # PowerPC Architecture |
52 | obj-$(CONFIG_8xx_WDT) += mpc8xx_wdt.o | 52 | obj-$(CONFIG_8xx_WDT) += mpc8xx_wdt.o |
53 | obj-$(CONFIG_MV64X60_WDT) += mv64x60_wdt.o | ||
53 | obj-$(CONFIG_BOOKE_WDT) += booke_wdt.o | 54 | obj-$(CONFIG_BOOKE_WDT) += booke_wdt.o |
54 | 55 | ||
55 | # PPC64 Architecture | 56 | # PPC64 Architecture |