aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/watchdog/Makefile
diff options
context:
space:
mode:
authorWim Van Sebroeck <wim@iguana.be>2005-09-10 14:53:57 -0400
committerWim Van Sebroeck <wim@iguana.be>2005-09-10 14:53:57 -0400
commit180536f8274b76d69a589ab9af4b73d3b780e62f (patch)
tree7dac34649a2891f524bb30e881f2b11c5766ffba /drivers/char/watchdog/Makefile
parent7b4af953321fa65ae5705cb3becc742ab1ba1d6f (diff)
[WATCHDOG] Kconfig+Makefile-clean2
Clean the Kconfig+Makefile according to a sorted list of the drivers of each architecture (and sub-architecture). Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/char/watchdog/Makefile')
-rw-r--r--drivers/char/watchdog/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/watchdog/Makefile b/drivers/char/watchdog/Makefile
index cfeac6f10137..fbd5cf63064b 100644
--- a/drivers/char/watchdog/Makefile
+++ b/drivers/char/watchdog/Makefile
@@ -50,10 +50,10 @@ obj-$(CONFIG_MACHZ_WDT) += machzwd.o
50 50
51# PowerPC Architecture 51# PowerPC Architecture
52obj-$(CONFIG_8xx_WDT) += mpc8xx_wdt.o 52obj-$(CONFIG_8xx_WDT) += mpc8xx_wdt.o
53obj-$(CONFIG_BOOKE_WDT) += booke_wdt.o
53 54
54# PPC64 Architecture 55# PPC64 Architecture
55obj-$(CONFIG_WATCHDOG_RTAS) += wdrtas.o 56obj-$(CONFIG_WATCHDOG_RTAS) += wdrtas.o
56obj-$(CONFIG_BOOKE_WDT) += booke_wdt.o
57 57
58# MIPS Architecture 58# MIPS Architecture
59obj-$(CONFIG_INDYDOG) += indydog.o 59obj-$(CONFIG_INDYDOG) += indydog.o